.un_branner_curriculum {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(
      0deg,
      rgba(41, 41, 41, 0.5) 0%,
      rgba(41, 41, 41, 0.5) 100%
    ),
    url("../assets/images/curriculum/banner.png") lightgray 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bachelorBannerHome {
  background-image: url("../assets/images/dregree/bachelorBannerHome.png");
  background-size: cover;
  /* background-position: center; */
  background-repeat: no-repeat;
  border-radius: 12px;
  height: 330px !important;
}

.masterBanner {
  background-image: url("../assets/images/dregree/masterBanner.png");
  background-size: cover;
  /* background-position: center; */
  background-repeat: no-repeat;
  border-radius: 12px;
  height: 330px !important;
}

.PhdBanner {
  background-image: url("../assets/images/dregree/PhdBanner.png");
  background-size: cover;
  /* background-position: center; */
  background-repeat: no-repeat;
  border-radius: 12px;
  height: 330px !important;
}

.un_curriculum {
  height: 330px;
  object-fit: cover;
}

.un_text_dregree {
  color: var(--sub-primary-color);
}
.un_image_video {
  border-radius: 24px !important;
  height: 500px;
  object-fit: cover;
}

.youtube-height-curriculum {
  height: 500px;
}

@media only screen and (max-width: 768px) {
  .youtube-height-curriculum {
    height: 350px;
  }

  .bachelorBannerHome {
    background-image: url("../assets/images/dregree/bachelorBannerHome.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 12px;
    height: 330px !important;
  }
  
  .masterBanner {
    background-image: url("../assets/images/dregree/masterBanner.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 12px;
    height: 330px !important;
  }
  
  .PhdBanner {
    background-image: url("../assets/images/dregree/PhdBanner.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 12px;
    height: 330px !important;
  }
}
