
.hbg-embed-v4-container {
	position: relative; 
    max-width: 100%;
    margin-left: auto;
    margin-top: 11px;
    margin-right: auto;
    margin-bottom: 25px;
}

.hbg-embed-v4-container > iframe {
    border: 0px !important;
    height: 0px;
}

.hbg-embed-v4-container > iframe {
    display: block;
}

.hbg-embed-v4-container > img {
    display: none;
}

@media print {    
    .hbg-embed-v4-container > iframe {
        display: none;
    }  
    
    .hbg-embed-v4-container > img {
        display: block;
    }
}
