.big-sound-page {
    background-color: #161110;
}
.landing-featured {
    padding-top: 50px;
    padding-bottom: 50px;
    cursor: pointer;
}
.landing-featured .row {
    margin-top: 15px;
}
.landing-name {
    color:#F3EFA1;
    font-family: "Gotham Cond A", "Gotham Cond B";
    font-weight: 600;
    font-size: 140px;
    letter-spacing:0;
    text-transform: uppercase;
    text-align: center;
}
section.big-sound-header .big-sound-logo {
    opacity: 1;
    padding:0 10%;
}
.big-sound-play {
    font-size: 100px;
    width: 100px;
    height: 100px;
    position: absolute;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    z-index: 1000;
    color: rgba(255,255,255, 0.7);
}
section.big-sound-header .vcenter-header-image-container img {
    opacity:.9;
}
.big-sound-artist {
    padding-top: 50px;
}
.big-sound-main-container{
    position: relative;
}
.big-sound-main-image {
    position: relative;
    padding-top: 50px;
}
.big-sound-band-name {
    color:#F3EFA1;
    font-family: "Gotham Cond A", "Gotham Cond B";
    font-weight: 600;
    font-size: 140px;
    letter-spacing:0;
    text-transform: uppercase;
    position: absolute;
    text-align: center;
    bottom: -80px;
}
.main-description {
    color: #fff;
    padding-top:80px;
    font-size: 16px;
}
.main-quote {
    color: #F3EFA1;
    font-size: 46px;
    line-height: 50px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0;
    padding-top: 40px;
    font-family: "Gotham Cond A", "Gotham Cond B";
}
.main-quote_signature {
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 36px;
    letter-spacing: 0;
    font-family: "Gotham Cond A", "Gotham Cond B";
}
.footer-description {
    color: #fff;
    margin-top: 0px;
    font-size: 16px;
}
.bigsound-slides {
    margin-top: 50px;
}
.footer-image {
    margin-top: 50px;
    margin-bottom: 50px;
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 0;
    width: 45px;
    height: 100%;
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: initial;
    -webkit-background-size: initial;
    background-size: initial;
    opacity: 1;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #fff !important;
}
.swiper-button-next {
    right: 10px;
}
.swiper-button-prev {
    left: 10px;
}

@media only screen and (min-width: 992px){
    section.big-sound-header .vcenter-header-image-container img:last-child {
        padding:0 25%;
    }
}
@media only screen and (min-width: 1200px){
    .big-sound-band-name {
        text-align: left;
    }
}