
.share-only{ display: none !important; }
.sharing-button{ display: none !important; }
.toolbar{ display: none !important; }
.link-content{ background-color: rgba(0, 0, 0, 0.3) !important; }
.gbui-immersive-cell-effect{ --gbui-immersive-cell-effect: rgba(0, 0, 0, 0.2); !important; }


@media
    only screen and (orientation: portrait) and (max-width: 599px),
    only screen and (orientation: landscape) and (max-width: 959px) {
        #widget-77847870 gb-iframe-container{ display:block; height: 550px !important; }
        #widget-77777719 gb-iframe-container{ display:block; height: 550px !important; }
    }
    
@media
    only screen and (orientation: portrait) and (min-width: 600px) and (max-width: 1024px),
    only screen and (orientation: landscape) and (min-width: 960px) and (max-width: 1279px) {
        #widget-77847870 gb-iframe-container{ display:block; height: 600px !important; }
        #widget-77777719 gb-iframe-container{ display:block; height: 710px !important; }
    }

@media
    only screen and (orientation: portrait) and (min-width: 1025px) and (max-width: 1279px),
    only screen and (orientation: landscape) and (min-width: 1280px) and (max-width: 1439px) {
        #widget-77847870 gb-iframe-container{ display:block; height: 790px !important; }
        #widget-77777719 gb-iframe-container{ display:block; height: 800px !important; }
}

@media only screen and (min-width: 1440px) {
        #widget-77847870 gb-iframe-container{ display:block; height: 810px !important; }
        #widget-77777719 gb-iframe-container{ display:block; height: 810px !important; }
}