.catalog-content-box{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.catalog-content-display{
    width: 100%;
    height: 100%;
}
@media print {
    iframe{ visibility: hidden!important}
}