/* magnific css for webinar videos */
/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80); }
  
  .mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden; }
  
  .mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  
  .mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  
  .mfp-align-top .mfp-container:before {
    display: none; }
  
  .mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045; }
  
  .mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto; }
  
  .mfp-ajax-cur {
    cursor: progress; }
  
  .mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out; }
  
  .mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in; }
  
  .mfp-auto-cursor .mfp-content {
    cursor: auto; }
  
  .mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }
  
  .mfp-loading.mfp-figure {
    display: none; }
  
  .mfp-hide {
    display: none !important; }
  
  .mfp-preloader {
    color: #cccccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044; }
    .mfp-preloader a {
      color: #cccccc; }
      .mfp-preloader a:hover {
        color: white; }
  
  .mfp-s-ready .mfp-preloader {
    display: none; }
  
  .mfp-s-error .mfp-content {
    display: none; }
  
  button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: #10069f;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none; }
  button::-moz-focus-inner {
    padding: 0;
    border: 0; }
  
  .mfp-close {
    cursor: pointer !important;
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: white;
    font-style: normal;
    font-size: 2.000em;
    font-family: Arial, Baskerville, monospace; }
    .mfp-close:hover, .mfp-close:focus {
      opacity: 1;
      filter: alpha(opacity=100); }
    .mfp-close:active {
      top: 1px; }
  
  .mfp-close-btn-in .mfp-close {
    color: #333333; }
  
  .mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: white;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;font-size: 2.8em; }
  
  .mfp-counter {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 0.857em;
    line-height: 18px; }
  
  .mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 55%;
    margin-top: -55px;
    padding: 0;
    width: 35px;
    height: 50px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-transition: all 0.25s ease;-moz-transition: all 0.25s ease;-ms-transition: all 0.25s ease;-o-transition: all 0.25s ease;transition: all 0.25s ease; }
    .mfp-arrow:active {
      margin-top: -54px; }
    .mfp-arrow:hover, .mfp-arrow:focus {
      opacity: 1;
      filter: alpha(opacity=100); }
    /* .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
      content: '';
      display: block;
      width: 0;
      height: 0;
      position: absolute;
      left: 0;
      top: 0;
      margin-top: 35px;
      margin-left: 35px;
      border: medium inset transparent; }
   .mfp-arrow:after, .mfp-arrow .mfp-a {
      border-top-width: 13px;
      border-bottom-width: 13px;
      top: 8px; }
    .mfp-arrow:before, .mfp-arrow .mfp-b {
      border-top-width: 21px;
      border-bottom-width: 21px;
      opacity: 0.7; }*/
  
  button.mfp-arrow-left {
    left: 0;
    background: url(/~/media/Images/R/Rolls-Royce/css/carousel-arrows-tcm92-55446) no-repeat left center #f2f2f2;}
    .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
      border-right: 17px solid white;
      margin-left: 31px; }
    .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
      margin-left: 25px;
      border-right: 27px solid #3f3f3f; }
  
  button.mfp-arrow-right {background: url(/~/media/Images/R/Rolls-Royce/css/carousel-arrows-tcm92-55446) no-repeat right center #f2f2f2;right: 0; }
  
    .mfp-arrow-left:hover,.mfp-arrow-right:hover{opacity: 1;-webkit-transform: scale(1.25);-moz-transform: scale(1.25);-ms-transform: scale(1.25);-o-transform: scale(1.25);transform: scale(1.25);}
    .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
      border-left: 17px solid white;
      margin-left: 39px; }
    .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
      border-left: 27px solid #3f3f3f; }
  
  .mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px; }
    .mfp-iframe-holder .mfp-content {
      line-height: 0;
      width: 100%;
      max-width: 900px; }
    .mfp-iframe-holder .mfp-close {
      top: -40px; }
  
  .mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%; }
    .mfp-iframe-scaler iframe {
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
      background: black; }
  
  /* Main image in popup */
  img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto; }
  
  /* The shadow behind the image */
  .mfp-figure {
    line-height: 0; }
    .mfp-figure:after {
      content: '';
      position: absolute;
      left: 0;
      top: 40px;
      bottom: 40px;
      display: block;
      right: 0;
      width: auto;
      height: auto;
      z-index: -1;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
      background: #444444; }
    .mfp-figure small {
      color: #bdbdbd;
      display: block;
      font-size: 0.857em;
      line-height: 14px; }
    .mfp-figure figure {
      margin: 0; }
  
  .mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background:#fff;
    padding:10px;
    min-height:38px;
    cursor: auto; }
  
  .mfp-title {
    text-align: left;
    line-height: 18px;
    word-wrap: break-word;
    padding-right: 36px; }
  
  .mfp-image-holder .mfp-content {
    max-width: 100%; }
  
  .mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer; }
  
  @media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
         * Remove all paddings around the image on small screen
         */
    .mfp-img-mobile .mfp-image-holder {
      padding-left: 0;
      padding-right: 0; }
    .mfp-img-mobile img.mfp-img {
      padding: 0; }
    .mfp-img-mobile .mfp-figure:after {
      top: 0;
      bottom: 0; }
    .mfp-img-mobile .mfp-figure small {
      display: inline;
      margin-left: 5px; }
    .mfp-img-mobile .mfp-bottom-bar {
      background: #fff;
      bottom: 0;
      margin: 0;
      top: auto;
      padding: 3px 5px;
      position: fixed;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0; }
    .mfp-img-mobile .mfp-counter {
      right: 5px;
      top: 3px; }
    .mfp-img-mobile .mfp-close {
      top: 0;
      right: 0;
      width: 35px;
      height: 35px;
      line-height: 35px;
      background: rgba(0, 0, 0, 0.6);
      position: fixed;
      text-align: center;
      padding: 0; } }
  
  @media all and (max-width: 900px) {
    .mfp-arrow {
      -webkit-transform: scale(0.75);
      transform: scale(0.75); }
    .mfp-arrow-left {
      -webkit-transform-origin: 0;
      transform-origin: 0; }
    .mfp-arrow-right {
      -webkit-transform-origin: 100%;
      transform-origin: 100%; }
    .mfp-container {
      padding-left: 6px;
      padding-right: 6px; } }
  
  .mfp-ie7 .mfp-img {
    padding: 0; }
  .mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px; }
  .mfp-ie7 .mfp-container {
    padding: 0; }
  .mfp-ie7 .mfp-content {
    padding-top: 44px; }
  .mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0; }
    
    
  #careersinindia .page-content{
        position: absolute;
    margin-top: -260px;
    color: #004d91;
    opacity:0.9; 
    filter:alpha(opacity=90);
    z-index: 999;
    font-weight: bold;
  width: 99%;
  }
  
  .mfp-fade.mfp-bg {
        opacity: 0;
        -webkit-transition: all 0.15s ease-out;
        -moz-transition: all 0.15s ease-out;
        transition: all 0.15s ease-out;
      }
      
      
      /* overlay animate in */
      
      .mfp-fade.mfp-bg.mfp-ready {
        opacity: 0.8;
      }
      
      
      /* overlay animate out */
      
      .mfp-fade.mfp-bg.mfp-removing {
        opacity: 0;
      }
      
      .mfp-fade.mfp-wrap .mfp-content {
        opacity: 0;
        transition: all 0.4s ease-out;
      }
      
      .mfp-fade.mfp-wrap.mfp-ready .mfp-content {
        opacity: 1;
      }
      
      .mfp-fade.mfp-wrap.mfp-removing .mfp-content {
        opacity: 0;
      }
      
      @media (min-width: 992px) {
          .mfp-content {
              max-width:75%;
          }
      }
      
      .video-popup-link.without-play-btn{text-indent: 0;}
      .video-popup-link.without-play-btn:before{display:none;}
      .video-popup-link.without-play-btn:after{display:none;}
      
      .video-popup-link.banner-play-btn{margin-left: 30px;min-height:60px;}
          
      
      .video-popup-link {position: relative;display: inline-flex;text-indent: -9999px;}
      .video-popup-link:after {
          content:""; 
          
          position: absolute;
          
          display: flex;
          align-items: center;
          justify-content: center;
          background-repeat: no-repeat;
          background-position: center;
          border-bottom: 9px solid transparent;
      border-left: 15px solid #fff;
      border-top: 9px solid transparent;
      content: "";
      left: 50%;
      margin-left: -5px;
      margin-top: -8px;
      position: absolute;
      top: 50%;
      }
      .video-popup-link:hover:after{border-left-color: #006dff !important;}
      .video-popup-link:hover:before{border-color: #006dff;}
  .video-popup-link:before {
      content: "";
      border: 3px solid #fff;
      position: absolute;
      display: flex;
      
      height: 60px;
      width: 60px;
      border-radius: 50%;
      position: absolute;
     
      vertical-align: middle;
      justify-content: center;
      align-items: center;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
  }	
      .mfp-close-btn-in .mfp-close {font-size: 36px;
          color: #ffffff;
          line-height: 15px;
          border: 2px solid #fff;width: 40px;height: 40px;opacity: 1;
      }
      
  .mfp-content {background:#fff;}
  @media all and (max-width: 767px){
  .video-popup-link.banner-play-btn{margin-left: 19px;min-height:38px;}
  .video-popup-link.banner-play-btn:after{border-bottom: 4px solid transparent;border-left: 6px solid #fff;border-top: 4px solid transparent;margin-left: -2px;margin-top: -4px;}
  .video-popup-link.banner-play-btn:before{height: 38px;width: 38px;}
  }



/* CSS for Webinar videos */

.hsp-img-web{
    position: relative;
    overflow: hidden;
    height: 385px;
  }

.hsp-img-txt{
 top: 50px;
width: fit-content;
position: absolute;
left: 50%;
transform: translate(-50%, -50%);}


.landing-video-btn.web{background: #fff;}
.inn-play-video.landing-video-btn.web { border: 3px solid #fff; border-radius: 75px; display: block; height: 75px; position: relative; text-indent: -9999px; width: 75px; }
.inn-play-video.landing-video-btn.web:before { border-bottom: 10px solid transparent; border-left: 15px solid #000000; border-top: 10px solid transparent; content: ""; left: 50%; margin-left: -5px; margin-top: -8px; position: absolute; top: 50%; -webkit-transition: all 0.25s ease; -ms-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease; transition: all 0.25s ease; }

.img-cnt-on-img-with-video .img-cnt-on-img-content .inn-video-wrapper { margin: 0 auto 0; text-align: center; }
.img-cnt-on-img-with-video .img-cnt-on-img-content .inn-play-video.landing-video-btn.web:before { border-left: 18px solid #000000; }
.img-cnt-on-img-with-video .img-cnt-on-img-content .inn-play-video.landing-video-btn.web { border: 3px solid #fff; }

.img-with-video .img-on-img-content {
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
top: 90px;
text-align: center;
z-index: 5;
}
.img-cnt-on-img-content.web-video{
width: auto;
}

.video-popup-link:after {
    border-bottom: 12px solid transparent;
    border-left: 18px solid #000;
    border-top: 12px solid transparent;
    margin-left: -6px;
    margin-top: -10px;
}
.video-popup-link:before {
    background-color: #fff;
}


/* media query */

/* portrait mode */


@media all and (min-width: 280px) and (max-width: 653px) and (orientation : portrait){
    .img-cnt-on-img .hsp-img-web{
        height: 295px;
      }
    .img-cnt-on-img-with-video .img-cnt-on-img-content .inn-video-wrapper {
        top: 35px;}
    .video-container {
            min-height:0px;
        }
        .inv_mobilesmall:not(.inv_IOS10Mobile).inv_playerContainer[inv_playertype='singleplayer'].inv_videoPlaying .inv_overlayPlay, .inv_mobilesmall:not(.inv_IOS10Mobile).inv_playerContainer[inv_playertype='minigalleryplayer'].inv_videoPlaying .inv_overlayPlay {
            background-image: url(../images/overlay-play-careers.png);} 
            .inv_playerContainer[inv_playertype='singleplayer'] .inv_overlayPlayClicked, .inv_playerContainer[inv_playertype='minigalleryplayer'] .inv_overlayPlayClicked {
                background-image: url(../images/overlay-playClicked-careers.png);}
}

@media only screen and (min-width: 320px) and (max-width: 568px) and (orientation : portrait) {
    .img-cnt-on-img .hsp-img-web{
        height: 270px !important;
      }
    .img-cnt-on-img-with-video .img-cnt-on-img-content .inn-video-wrapper {
        margin-top: 10px !important;}

    
 }

 @media only screen and (min-width: 320px) and (max-width: 658px) and (orientation : portrait) {
    .img-cnt-on-img .hsp-img-web{
        height: 295px;
      }
    .img-cnt-on-img-with-video .img-cnt-on-img-content .inn-video-wrapper {
        margin-top: 50px;}

    
 }
 
@media only screen and (min-device-width: 360px) and (max-device-width: 740px) and (orientation : portrait)
{
  .img-cnt-on-img .hsp-img-web{
    height: 291px;
  }
    .img-cnt-on-img-with-video .img-cnt-on-img-content .inn-video-wrapper {
        top: 38px !important;}  
}
    
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation : portrait) {
    .img-cnt-on-img-with-video .img-cnt-on-img-content .inn-video-wrapper {
        margin-top: 0px !important;}
}

@media only screen and (min-device-width: 390px) and (max-device-width: 844px) and (orientation : portrait) {
  .img-cnt-on-img-with-video .img-cnt-on-img-content .inn-video-wrapper {
      margin-top: 35px !important;}
}

@media only screen and (min-device-width: 412px) and (max-device-width: 915px) and (orientation : portrait) {
    .img-cnt-on-img-with-video .img-cnt-on-img-content .inn-video-wrapper {
        margin-top: 0px !important;}
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation : portrait) {
    .img-cnt-on-img-with-video .img-cnt-on-img-content .inn-video-wrapper {
        margin-top: 30px;}
}


/*landscape mode:*/

@media all and (min-width: 280px) and (max-width: 653px) and (orientation :  landscape){

  .img-cnt-on-img .hsp-img-web{
    height: 300px;
  }
.img-cnt-on-img-with-video .img-cnt-on-img-content .inn-video-wrapper {
        margin-top: 50px !important;
       } 
.inv_playerContainer[inv_playertype='singleplayer'][inv_playerStyle='fullwidthheight'], .inv_playerContainer[inv_playertype='minigalleryplayer'][inv_playerStyle='fullwidthheight'] 
      {
                 height: 100%;
                 min-height: 420px !important;
       }
}

@media only screen and (min-width: 320px) and (max-width: 568px) and (orientation : landscape) {
    .img-cnt-on-img .hsp-img-web{
        height: 325px;
      }
    .img-cnt-on-img-with-video .img-cnt-on-img-content .inn-video-wrapper {
        margin-top: 13px !important;
        }
  .inv_playerContainer[inv_playertype='singleplayer'][inv_playerStyle='fullwidthheight'], .inv_playerContainer[inv_playertype='minigalleryplayer'][inv_playerStyle='fullwidthheight'] {
    height: 100%;
    max-height: 370px!important;
}
}

@media only screen and (min-width: 320px) and (max-width: 658px) and (orientation : landscape) {
    .img-cnt-on-img .hsp-img-web{
        height: 300px;
      }
    .img-cnt-on-img-with-video .img-cnt-on-img-content .inn-video-wrapper {
        margin-top: 3px !important;
        }
.inv_playerContainer[inv_playertype='singleplayer'][inv_playerStyle='fullwidthheight'], .inv_playerContainer[inv_playertype='minigalleryplayer'][inv_playerStyle='fullwidthheight'] {
height: 100%;
min-height: 422px!important;}
}

@media only screen and (min-device-width: 360px) and (max-device-width: 740px) and (orientation : landscape)
{
    .img-cnt-on-img .hsp-img-web{
        height: 325px;
      }
    .img-cnt-on-img-with-video .img-cnt-on-img-content .inn-video-wrapper {
        margin-top: 20px !important;
       }  
 .inv_playerContainer[inv_playertype='singleplayer'][inv_playerStyle='fullwidthheight'], .inv_playerContainer[inv_playertype='minigalleryplayer'][inv_playerStyle='fullwidthheight'] 
 {
            height: 100%;
            min-height: 469px !important;
  }
      .video-container{min-height:0px !important;}
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation : landscape) {
    .img-cnt-on-img .hsp-img-web{
        height: 303px;
      }
    .img-cnt-on-img-with-video .img-cnt-on-img-content .inn-video-wrapper {
        margin-top: 13px !important;}
    .inv_playerContainer[inv_playertype='singleplayer'][inv_playerStyle='fullwidthheight'], .inv_playerContainer[inv_playertype='minigalleryplayer'][inv_playerStyle='fullwidthheight'] {
            height: 100%;
            min-height: 312px!important; }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation : landscape) {
    .img-cnt-on-img-with-video .img-cnt-on-img-content .inn-video-wrapper {
        margin-top: 12px !important;}

    .inv_playerContainer[inv_playertype='singleplayer'][inv_playerStyle='fullwidthheight'], .inv_playerContainer[inv_playertype='minigalleryplayer'][inv_playerStyle='fullwidthheight'] {
      height: 100%;
      min-height: 408px!important;}
}

@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (orientation : landscape) {
  .img-cnt-on-img-with-video .img-cnt-on-img-content .inn-video-wrapper {
      margin-top: 110px;}
}


@media only screen and (min-device-width: 320px) and (max-device-width: 1024px) and (orientation : landscape) {
    .img-cnt-on-img-with-video .img-cnt-on-img-content .inn-video-wrapper {
        top: 45px;}
    
        .inv_mobilesmall:not(.inv_IOS10Mobile).inv_playerContainer[inv_playertype='singleplayer'].inv_videoPlaying .inv_overlayPlay, .inv_mobilesmall:not(.inv_IOS10Mobile).inv_playerContainer[inv_playertype='minigalleryplayer'].inv_videoPlaying .inv_overlayPlay {
            background-image: url(../images/overlay-play-careers.png);} 
            .inv_playerContainer[inv_playertype='singleplayer'] .inv_overlayPlayClicked, .inv_playerContainer[inv_playertype='minigalleryplayer'] .inv_overlayPlayClicked 
            {
                background-image: url(../images/overlay-playClicked-careers.png);}

.inv_playerContainer[inv_playertype='singleplayer'][inv_playerStyle='fullwidthheight'] .inv_videoMainContainer, .inv_playerContainer[inv_playertype='minigalleryplayer'][inv_playerStyle='fullwidthheight'] .inv_videoMainContainer
   {
            height: 100%;
           min-height: 420px !important;
           }
}

@media only screen and (min-width: 721px) and (max-width: 840px) {
  .img-cnt-on-img .hsp-img-web{
    height: 318px !important;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation : landscape) {

  .img-cnt-on-img .hsp-img-web{
    height: 320px !important;
  }
  .inv_playerContainer[inv_playertype='singleplayer'][inv_playerStyle='fullwidthheight'] .inv_videoMainContainer, .inv_playerContainer[inv_playertype='minigalleryplayer'][inv_playerStyle='fullwidthheight'] .inv_videoMainContainer {
    max-height: 423px; }
  

}





/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px){
    .img-cnt-on-img .hsp-img-web{
        height: 342px;
      }
    .img-cnt-on-img-with-video .img-cnt-on-img-content .inn-video-wrapper {
        margin-top: 90px !important;}
           .inv_playerContainer[inv_playertype='singleplayer'][inv_playerStyle='fullwidthheight'] .inv_videoMainContainer, .inv_playerContainer[inv_playertype='minigalleryplayer'][inv_playerStyle='fullwidthheight'] .inv_videoMainContainer
        {
                 height: 100%;
                max-height: 530px !important;
                }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .img-cnt-on-img .hsp-img-web {
    height: 320px !important;
}
  .img-cnt-on-img-with-video .img-cnt-on-img-content .inn-video-wrapper {
    margin-top: 90px;}
  .inv_playerContainer[inv_playertype='singleplayer'][inv_playerStyle='fullwidthheight'] .inv_videoMainContainer, .inv_playerContainer[inv_playertype='minigalleryplayer'][inv_playerStyle='fullwidthheight'] .inv_videoMainContainer
  {
           height: 100%;
          max-height: 632px !important;
          }
}
