/*******************************************************************************
* Team Esports
*******************************************************************************/
/*******************************************************************************
* Resets
*******************************************************************************/
#esports img {
    height: auto;
    max-width: 100%;
}
/*******************************************************************************
* Banner
*******************************************************************************/
.section-esports-banner .breadcrumb {
    background: transparent;
    color: #cdcdcd;
    font-family: 'Titillium Web', sans-serif;
    font-size: 24px;
    font-style: italic;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 2;
}
.section-esports-banner .breadcrumb a {
    color: #999898;
}
/*******************************************************************************
* Teams
*******************************************************************************/
.section-esports-teams {
    padding: 50px 0 0;
}
.section-esports-teams h3 {
    background: #343535;
    color: #fff;
    margin: 0 auto;
    padding: 10px 15px;
}
.section-esports-teams a {
    display: block;
}
.section-esports-teams li {
    list-style-type: none;
    margin-bottom: 20px;
}
.section-esports-teams img {
    height: auto;
    width: 100%;
}
