  @media (min-width:768px)
{
    article.story-default .story-header-image{
        height:600px;
        overflow:hidden;
        position:relative;
        z-index:0
    }
}
@media (min-width:1200px){
    article.story-default .story-header-image{
        height:800px
    }
}
article.story-default .story-header-image br{
    display:none
}
article.story-default .story-header-image video{
    height:auto;
    width:100%
}
@media (min-width:768px){
    article.story-default .story-header-image video{
        height:calc(100% + 1px);
        left:0;
        object-fit:cover;
        position:absolute;
        top:0;
        width:calc(100% + 1px);
        z-index:-1
    }
}
.story img, .subpage img {
    margin: 0px 10px 0px 0px;
}

.esportspot{
        display: block;
        margin: 0 auto;
}
article.story-default blockquote,article.story-default h1,article.story-default h2,article.story-default h3,article.story-default h4,article.story-default h5,article.story-default h6{
    color:#1f1437;
}
article.story-default .lead::first-letter,article.story-default h1,article.story-default h2,article.story-default h3,article.story-default h4,article.story-default h5,article.story-default h6{
    font-family:"Gotham SSm 8r","Gotham SSm A","Gotham SSm B";
    font-style:normal;
    font-weight:800
}
article.story-default h1{
    font-size:40px
}
@media (min-width:768px){
    article.story-default h1{
        font-size:60px
    }
}
article.story-default hr{
    border-top:6px solid #5e5a84;
    margin-bottom:30px;
    margin-top:30px;
    max-width:300px;
    width:50%
}
article.story-default .social{
    margin-bottom:0
}
article.story-default .dropcap{
    font-family:"Gotham SSm 8r","Gotham SSm A","Gotham SSm B";
    font-style:normal;
    font-weight:800;
    background-color:#5e5a84;
    color:#fff;
    display:block;
    float:left;
    font-size:30px;
    line-height:0;
    margin-bottom:10px;
    margin-right:10px;
    padding-bottom:25px;
    padding-top:25px;
    text-align:center;
    width:50px
}