.container-fluid {padding-top: 24px;}
h2 {font-family: 'DroidKufiBold';     text-align: center;}
p {font-family: 'DroidKufiLight'; }
.inner p {font-size: 16px;}
.flushButtton {position: relative;display: block; opacity: 0.6}
.flushButtton:hover {
    opacity: 1;
}
.videoPlayIcon {
    width: 15%;
    height: 25%;
    background: url(../images/playVideoIcon.png) no-repeat;
    position: absolute;
    bottom: 40%;
    right: 42%;
    background-size: contain;
}
.zoomIcon {
    width: 10%;
    height: 15%;
    background: url(../images/zoomIcon.png) no-repeat;
    position: absolute;
    bottom: 1%;
    right: 1%;
    background-size: contain;
}

p.description {color: #333333; margin-bottom: 24px !important;}
.style2 {margin-top: 24px;}
.spotlight iframe {width: 100% !important; margin: 24px auto 24px auto;}
.f100 {font-family: 'DroidKufiBold'; text-align: center;}

.nav-previous {
    right: 10px;
    background: #000;
}

.nav-next {
    left: 10px !important;
    right: auto !important;
    background: #000;
}

.lastContainer {
    background: #111111;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    padding: 30px 0;
}

.teamNames {
    text-align: center;
    font-family: 'DroidKufiLight';
    color: #fff;
}
.teamNames h1 {
    font-size: 18px;
    margin-bottom: 12px;
}


@media screen and (max-width: 600px) {
    .nav-next, .nav-previous {
        display: none !important
    }
    .wrapper.style2 div {
        margin-bottom: 12px;
    }
    .spotlight iframe {
        height: 300px;
    }
}

@media screen and (max-width: 400px) {
    .wrapper p {
        width: 100% !important;
        text-align: justify !important;
    }
    .teamNames h1 {
        font-size: 15px !important;
    }
}
