.footerContainer{
    width: 100%;
}

.footerImgDiv{
    width: 100%;
}
a.ot-sdk-show-settings {
    white-space: nowrap;
}
.footerImgTag{
    width: 92%;
    height: auto;
    margin-left: 4%;
}
.subscribeText{
    position: absolute;
    top: 299px;
    left: -253px;
    color: #FDD0E2;
    font-size: 74px;
    /* Safari */
    -webkit-transform: rotate(-90deg);
    /* Firefox */
    -moz-transform: rotate(-90deg);
    /* IE */
    -ms-transform: rotate(-90deg);
    /* Opera */
    -o-transform: rotate(-90deg);
    float: left;
}
.footerMain {
    width: 93%;
    /* margin-left: 7%; */
    /*position: absolute;*/
    bottom: 0;

}
.footerRight{
    position: relative;
}
.socialicons a{
    color: #FDD0E2;
    text-decoration: none;
    margin-right: 1vw;
    font-size: 1.15vw;
    display: inline-block;
    vertical-align: middle;
    
}
a.icon-soundcloud {
    font-size: 1.6vw;
}
.footerWrapper {
    font-size: 0.8784vw;
    line-height: 1.0248vw;
    color: #FDD0E2;
   
    padding-top: 1.5387vw;
    padding-bottom: 0px;
}
.footerWrapper a{
    color: #FDD0E2;
    text-decoration: none;
    font-size: 0.8784vw;
    line-height: 1.0248vw;
    font-family: aktiv-grotesk, sans-serif;
}
.a.ot-sdk-show-settings{
    color: #FDD0E2 !important;
    text-decoration: none !important;
    font-size: 0.8784vw;
    line-height: 1.0248vw;
}
span.extra, .footerWrapper span {
    margin-left: 0.2vw;
    margin-right: 0.2vw;
    font-family: aktiv-grotesk, sans-serif;
}
.desk3{
    display: none;
}
@media only screen and (max-width:3840px){
.footerWrapper {
    
    padding-top: 7.9387vw;
    
}
}

@media only screen and (max-width:1023px),
(min-width:1024px) and (max-width:1366px) and (orientation:portrait) {
    .socialicons a{
    font-size: 5.25vw;
    padding-right: 3vw;
}
a.icon-soundcloud {
    font-size: 7.5vw;
}
.socialicons{
    margin-top: 10vw;
}
.footerMain{
    position: static;
    width:100%;
}
.footerWrapper, .footerWrapper a {
    font-size: 2.75vw;
    line-height: 1.25;
}
.extra1 {
    display: none;
}
.desk3{
    display: inline-block;
}
}
@media only screen and (max-width:1023px) and (orientation:landscape) {
    .desk3{
        display: none;
    }
}