.tracks {
    width: 100%;
    background: url(/images/DataSummit/2018/bg_tracks.jpg) no-repeat fixed top center;
    background-size: cover;
    padding: 30px;
}

    .tracks h2, .tracks h4 {
        color: #fff;
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
    }

.track {
    width: 100%;
    max-width: 1200px;
    margin: 30px auto;
    background: #fff;
    padding: 30px;
    box-shadow: 0 1px 1px #333;
}

    .track div.title {
        padding: 20px 0 0 0;
        font-size: 20px;
        font-style: italic;
    }

    .track span.description p {
        margin: 0;
    }
    .tracks div.modName{
        color: #ffffff;
        width: 100%;
        max-width: 1200px;
        
        margin: 0 auto;
        font-family: 'Roboto Condensed', sans-serif;
            font-size: 26px
        
    }
    .tracks div.mod{
        color: #ffffff;
        width: 100%;
        max-width: 1200px;
        
        margin: 0 auto;
        font-family: 'Roboto Condensed', sans-serif;
            font-size: 18px
        
    }
.explore_btn a,
.explore_btn_mobile a {
    font-size: 1.7em;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-style: italic;
    width: 70px;
    height: 50px;
    line-height: 50px;
    position: relative;
    float: right;
    background: #ed1c24;
    color: #fff;
    padding: 0 0 0 15px;
    z-index: 10;
    right: 49px;
}

    .explore_btn a:after,
    .explore_btn_mobile a:after {
        content: "";
        position: absolute;
        display: block;
        border: 25px solid #ed1c24;
        z-index: -5;
    }

    .explore_btn a:after,
    .explore_btn_mobile a:after {
        right: -49px;
        top: 0;
        border-right-color: transparent;
    }

.explore_btn_mobile {
    display: none;
}

span.speakerRole {
    font-size: 14px;
    font-weight: bolder;
}

@media screen and (max-width:630px) {
    .tracks {
        padding: 15px;
    }

    .track {
        display: inline-block;
        padding: 10px;
    }

        .track div.title {
            font-size: 17px;
            padding: 10px 0 0 0;
        }

    .explore_btn {
        display: none;
    }

    .explore_btn_mobile {
        display: block;
    }
}
