body{
  hyphens: auto;
  overflow-wrap: break-word;
}
.sharing-button{ display: none !important; }
.share-only{ display: none !important; }
.toolbar{ display: none !important; }

.calltoaction-btn {
    display: inline-block;
    background: #666666;
    color: #ffffff !important;
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
}
.gbui-immersive-cell-content{ 
    margin:0 auto;
    text-align:center;
    max-width:70% !important;
}
.gbui-immersive-cell-effect{
--gbui-immersive-cell-effect: linear-gradient(to top, rgb(33, 31, 32), transparent) !important;
}

.about-content{
    margin-top: 30px !important;
}


@media
    only screen and (orientation: portrait) and (max-width: 599px),
    only screen and (orientation: landscape) and (max-width: 959px) {
        .gbui-immersive-cell-content{ 
            max-width:90% !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) {
        .gbui-immersive-cell-content{ 
            max-width:90% !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) {
    }

@media only screen and (min-width: 1440px) {
}
