.musiclightboxWrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #B8A894;
}

.rainbow_light {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 5.49vw;
    z-index: 10;
}

img {
    width: 100%;
    height: auto;
}

.tourLogo {
    position: absolute;
    top: 2.941vw;
    left: 50%;
    transform: translateX(-50%);
    width: 15.706vw;
    z-index: 11;
}

.tourLogo h1 {
    margin: 0 auto;
}

.audioboxWrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #D0C2B1;
    width: 21.37628111273792vw;
}

.audioName {
    text-align: center;
    margin-bottom: 2.1961932650073206vw;
    font-size: 1.171303074670571vw;
}

.audioplayerwrap {
    background: #D5C6B4;
}


/* audioplayer css starts here */

.player {
    width: 300px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.player .playpause {
    cursor: pointer;
}

.player img {
    height: 32px;
    width: auto;
}

.player .pause {
    display: none;
}

.scrubber .bar {
    height: 4px;
    width: 180px;
    background: lightgray;
    border-radius: 2px;
    cursor: pointer;
}

.position-marker {
    background: #553f1e;
    border-radius: 50%;
    height: 6px;
    width: 6px;
    position: relative;
    top: 50%;
    transform: translateY(-50%) scale(1.5);
}


.player {
    display: block;
    width: 90%;
    margin: 0 auto;
    padding: 0.5vw 0;
}

.player .playpause,
.player .scrubber {
    display: inline-block;
    vertical-align: middle;
}

.playpause {
    width: 18%;
}

.scrubber {
    width: 79%;
}

.audioboxWrapper .bar {
    width: 100% !important;
    background: #91795B !important;
}

.playpause>i {
    font-size: 2vw;
    color: #91795B;
}

.audiowrapimg {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.playpause>i:hover {
    opacity: 0.7;
}


/* audioplayer css ends here */



@media (min-width: 1920px) {
    .tourLogo {
        top: 3.641vw;
    }
}

@media only screen and (max-width: 1023px),
only screen and (max-width: 1024px) and (orientation: portrait) {
    .rainbow_light {
        width: 20vw;
    }

    .tourLogo {
        width: 55vw;
        top: 14vw;
    }

    .audioboxWrapper {
        width: 74.87179487179488vw;
    }

    .audioName {
        text-align: center;
        margin-bottom: 9.23076923076923vw;
        font-size: 4.102564102564102vw;
    }

    .player {
        padding: 3.5vw 0;
    }

    .playpause>i {
        font-size: 6vw;
    }

    .playpause {
        width: 15%;
    }

    /*.audiowrapimg {
        width: 10.512820512820513vw;
        margin: 0 auto;
        padding: 6vw 0 3vw;
    }*/
}

@media (max-width: 767px) and (orientation: portrait) {
    .tourLogo {
        top: 13vw;
    }
}