/**
 * Theme Name: Astra - RMR
 * Template:   astra
 * Version: 1.0
 */
 
#HomeVideo .vc_column_container > .vc_column-inner{
	 padding: 0;
 }
 
 #HomeVideo .mejs-controls{
	 display: none;
 }
 
 @media (max-width: 991px) {
	 #popmake-3823{
		top: auto!important;
		left: auto!important;
		bottom: 0;
		right: 10px;
        width: 175px !important;
        height: 110px !important;
	 }
	 #pum_popup_title_3823{
		 font-size: 10px!important;
		 line-height: 10px!important;
	 }
	 #popmake-3823 .pum-content.popmake-content p, #popmake-3823 .pum-content.popmake-content p span{
		 font-size: 8px!important;
		 line-height: 8px!important;
	 }
 }

#MobileProductCarousel{
   display: none;
}

@media only screen and (max-width: 991px) {
    #DesktopProductCarousel{
        display: none;
    }
    #MobileProductCarousel{
        display: block;
    }
}