/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 29 2022 | 12:36:44 */
section.l-section.for_comments {
    display: none;
}

.titlePopup {
    margin-top: -24px;
    text-align: center;
    color: white;
    font-size: 16px;
    position: relative;
    background: rgba(0,0,0,0.4);
}

#st-2 {
    top: 341px !important;
}

.greyText {
    color: #C8C8C8;
    margin-right: 10px;
}

.wp-image-8748 {
    vertical-align: top;
}


.pps-wrap .pps-content .popupslider {
    background: black !important;
    opacity: 0.9 !important;
}

    /*==========  Non-Mobile First Method  ==========*/



    /* Medium Devices, Desktops */
    @media only screen and (max-width : 1024px) {
    .pps-popup.pps-width-overflow {
        height: 515px !important;
    }
        
  .pps-iframe iframe {
    height: 515px !important;
}
   #popVideo {
    display:none;
}

    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
.pps-popup.pps-width-overflow {
    height: 400px !important;
}
      
        
  .pps-iframe iframe {
    height: 400px !important;
}
      
      

      
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {
.pps-popup.pps-width-overflow {
    height: 200px !important;
}
      
        
  .pps-iframe iframe {
    height: 200px !important;
}
    }

    @media only screen and (max-width : 320px) {
.pps-popup.pps-width-overflow {
    height: 165px !important;
}
      
        
  .pps-iframe iframe {
    height: 165px !important;
}
    }



@media only screen and (max-width : 1024px) and (orientation: landscape) {
.pps-popup.pps-width-overflow {
    height: 500px !important;
}
  
  .pps-iframe iframe {
    height: 500px !important;
}
}

	
@media only screen and (max-width : 768px) and (orientation: landscape) {
.pps-popup.pps-width-overflow {
    height: 350px !important;
}
  
  .pps-iframe iframe {
    height: 350px !important;
}
}

@media only screen and (max-width : 480px) and (orientation: landscape) {
.pps-popup.pps-width-overflow {
    height: 250px !important;
}
  
  .pps-iframe iframe {
    height: 250px !important;
}
}








