body.page-id-4182.page-template-page-no-header-and-footer{
	display:block !important;
}
#boxzilla-4175{
    padding:0;
}	
#boxzilla-4175 .boxzilla-close-icon {
	right: 15px;
    top: 10px;
}

@media only screen and (max-width: 479px) {
    #boxzilla-4175{
        top: 0px;
        height:calc(100vh - 0px);
    }
		
#boxzilla-4175 .boxzilla-close-icon {
	right: 0;
    top: 0;
}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    #boxzilla-4175{
        top: 90px;
        height:calc(100vh - 90px);
    }

}

@media only screen and (max-width: 767px) {
    #boxzilla-4175{
        width:100%;
        max-height:100vh;
        left: 0px;
        overflow:hidden;
    }
    
    #boxzilla-box-4175-content{
        height:100%;
    }
    #boxzilla-box-4175-content p{
        height:100%;
    }
    #boxzilla-box-4175-content iframe{
        height:100%;
    }
}


@media only screen and (min-width: 768px) {
    #boxzilla-4175{
        width:calc(100% - 380px - 120px);
        left: 60px;
        top: 120px;
        height:calc(100vh - 200px);
        overflow:hidden;
        /*border: 1px #999999 solid;*/
    }
    
    #boxzilla-box-4175-content{
        height:100%;
    }
    #boxzilla-box-4175-content p{
        height:100%;
    }
    #boxzilla-box-4175-content iframe{
        height:100%;
    }
}