.footer-section {
    background: url(../images/Lovesongs_press1.jpg) no-repeat;
    background-position: top center;
    background-size: cover;
    font-size: 0px;
    text-align: center;
}

.footerlogo {
    width: 2vw;
    text-align: center;
    margin: 0 auto;
    padding: 1vw 0;
    padding-top: 0;
}

.copyright-section span,
.copyright-section a {
    color: #fff;
    font-size: 0.83vw;
    text-decoration: unset;
    font-family: railroad-gothic-atf, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.5px;
}

.footer-wrapper {
    padding: 75vh 0 4vh;
}

.copyright-section {
    max-width: 60vw;
    text-align: center;
    margin: 0 auto;
    margin-top: 0.8vw;
}

@media only screen and (max-width: 767px) {
    .copyright-section span,
    .copyright-section a {
        color: #fff;
        font-size: 12px;
        letter-spacing: 0.5px;
        text-decoration: underline;
        line-height: 14px;
        text-transform: lowercase;
        padding: 0 2px;
    }
    .copyright-section {
        max-width: 311px;
    }
    .footer-wrapper {
        padding: 8% 0;
    }
    .footerlogo {
        width: 10%;
    }
    a.ot-sdk-show-settings {
        display: block;
    }
    span.sepr.use {
        display: none;
    }
}

.social-footer-wrapper a.social {
    font-size: 1.5vw;
    color: #fff;
    display: inline-block;
    margin: 0 1vw 0px 0px;
    vertical-align: top;
}

.social-footer-wrapper a.social:last-child {
    margin-right: 0px;
}

.social-footer-wrapper a.icon-soundcloud.social {
    font-size: 1.75vw;
}

@media(max-width: 1023px) {
    .footer-wrapper {
        padding: 55vh 0px 3vh;
    }
    .social-footer-wrapper a.social {
        font-size: 20px;
        margin-right: 15px;
    }
    .social-footer-wrapper a.icon-soundcloud.social {
        font-size: 24px;
    }
    .copyright-section span,
    .copyright-section a {
        color: #fff;
        font-size: 3.4vw;
        font-family: railroad-gothic-atf, sans-serif;
        font-weight: 400;
        font-style: normal;
        text-transform: uppercase;
        text-decoration: unset;
line-height: 5vw;
    }
    .copyright-section {
        margin-top: 50px;
    }
    span.sepr.use,
    .copyright-section span.sepr.settings {
        display: inline-block;
    }
    a.ot-sdk-show-settings {
        display: inline-block;
        font-size: 3.4vw;
    }
    span.sepr.adc {
        display: none;
    }
    span.sepr.use {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    span.sepr.adc {
        display: inline-block;
    }
}

.footImageMobile {
    display: none;
}

@media only screen and (max-width:767px) {
    .footImageMobile {
        display: block !important;
    }
    .footer-section {
        background: #E39AC6;
    }
    .footer-wrapper {
        padding: 3vh 0px 3vh;
    }
    .footImageMobile img {
        width: 100%;
    }
    .copyright-section {
        margin-top: 20px;
    }
}
@media only screen and (min-width:2000px){
    .copyright-section span, .copyright-section a {
        letter-spacing: 2px;
    }
    }