.footerwrapper{
   display: flex;
   background: #000;
   padding-bottom: 1vw;
   position: relative;
   margin-top: -1vw;
}
.copyRightWrapper{
    position: absolute;
    /* left: 65vw; */
    right: 2.708vw;
    font-family: "pragmatica", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: right;
}
.copyRightWrapper a{
    font-size:  0.46875vw;
}
.copy-links span{
    font-size:  0.46875vw;
}
.footerMobBrk,.iconswrapper-mobfooter{
    display: none;
}

@media (max-width: 1024px) and (orientation:portrait) {
    .footerwrapper {
        display: block;
        background: #000;
        padding-bottom: 1vw;
        position: relative;
        
    }
    .copyRightWrapper {      
        left: 0;
    }
    .copy-links span {
        font-size: 2.4vw !important;
    }
    .copyRightWrapper a {
        font-size: 2.4vw !important;
        line-height: 3.467vw;
    }
    .footerMobBrk,.iconswrapper-mobfooter{
        display: block;
    }
    .iconswrapper-mobfooter{
        margin-top: 8.8vw;
        margin-bottom: 4vw;

    }
    .socialIcons a {
        padding-left: 0 !important;
    }
    .socialIcons a {
        color: #D8D9DA;
        margin-right: 2.2vw  !important;
        font-size: 5.042vw !important;
    }
    a#soundColudSocial {
        font-size: 8vw !important;
    }
    .socialIcons li:last-child a {
        padding-right: 0 !important;
    }
    .socialIcons a.store img {
        width: 4vw !important;
        height: 4vw !important;
    }
}


@media (min-width: 600px) and (max-width: 1024px) and (orientation: landscape){
    .copyRightWrapper a ,.copy-links span{
        font-size: 0.66875vw !important;
        line-height: 1vw !important;
    }
    .copyRightWrapper {    
        width: 61%  !important;
    }
}