.corse-offer-info {
  height: auto;
  padding: 4vh 0vw 6vh 0vw !important;
}
.course-offers-video {

  height: 110vh;

  border-radius: 0.5vw;
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
.course-offers-video {
  position: relative;
  height: 50vh;

  border-radius: 0.5vw;
  z-index: 1;
}
}

/* Landscape Ipad pro 12.9 inch */


/*Portrait pro 12.9 inch*/

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  .course-offers-video {
    position: relative;
    height: 60vh ;
    border-radius: 0.5vw;
    /* z-index: 1; */
  }
}

/* // `xxl` applies to x-large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {
}
/* // `xl` applies to large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
}
/* // `lg` applies to medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
}
/* // `md` applies to small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
.course-offers-video {

  height:auto;
width: 100%;
  border-radius: 0.9vw;
}
}

/* // `sm` applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
}