/*--Author: W3Layouts
	Author URL: http://w3layouts.com
	License: Creative Commons Attribution 3.0 Unported
	License URL: http://creativecommons.org/licenses/by/3.0/
 --*/




.demo-left iframe {
    width: 100%;
    border: none;
}





.demo-left.full-demo iframe {
    min-height: 343px;
    display: block;
}



@media screen and (max-width: 1050px) {

    .demo-left.full-demo iframe {
        min-height: 231px;
    }

}




@media screen and (max-width: 384px) {


    .demo-left.full-demo iframe {
        min-height: 168px;
    }

    }
