body{
  hyphens: auto;
  overflow-wrap: break-word;
}
p{ line-height: 1.5 !important; }
.boxed .share-only{ display:none; }
.navbar-right .share-only{ display:none; }
.share-only{ display:none !important; }
.sharing-buttons{ display:none !important; }
.toolbar{ display: none; }

.effect.gradient[_ngcontent-gb-app-c335005346] {background-image: linear-gradient(to bottom,#fff0 0,#0009 150%) !important; }
.link-content[_ngcontent-gb-app-c3267833787]{ background-color: rgba(0, 0, 0, 0.1) !important; }
.ng-tns-c3035602051-7{ margin:2px !important; }

.video-section {
  width: 100%;
  max-width: 1428px;
  margin: 0 auto;
  border-radius: 5px;
  overflow: hidden;
  margin-top:15px;
  margin-bottom: 15px;
}

#videotag {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 5px;
}

@media
    only screen and (orientation: portrait) and (max-width: 599px),
    only screen and (orientation: landscape) and (max-width: 959px) {
        .video-section { padding:0px 15px; }
    }
    
@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) {
        .video-section { padding:0px 15px; }
    }

@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) {
        .video-section { padding:0px; }
    }

@media only screen and (min-width: 1440px) {
        .video-section { padding:0px; }
}