@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700");
.quotes-container {
  background: url("../assets/instructorsImages/bg.jpeg") no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  /* border: 2px solid #000; */
  padding: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Dancing Script", cursive;
  font-size: 1.4rem;
}
.quotes-box {
  background: #ffffffba;
  padding: 1em;
  color: #000 !important;
}

.eventsBigImg {
  object-fit: contain;
  width: 100%;
  height: 600px;
  margin-top: 50px;
}
.eventsIframe {
  border: none;
  width: 100%;
  height: 100%;
  min-width: 800px;
  min-height: 800px;
  object-fit: contain;

  /* aspect-ratio: 2/2; */
  margin-top: 2rem;
  /* left: 0px;
  top: 0px;
  overflow: hidden */
}

@media (max-width: 550px) {
  .customImg {
    max-height: 800px;
    height: 100%;
    object-fit: contain !important;
    width: 100%;
  }
  .eventsIframe {
    object-fit: cover;
    aspect-ratio: 1/2;
    min-height: 100px;
    min-width: 100px;
  }
}
