#appleMusicIcon {
    position: absolute; 
    height: 32px; 
    width: 32px;
}

.pixelIcons {
    margin-right: 4px !important;
}

.btnItself {
    padding: 30%;
}

.tourBtnWrapper {
    position: absolute;
    top: 425;
    right: 22%;
    z-index: 4;
}

/* Smallest default class settings */

.tourWindowWrapper {
    position: absolute;
    display: block;
    top: 200;
    right: 4%;
    z-index: 5;
}

.fanclubWindowWrapper {
    position: absolute;
    display: none;
    top: 50;
    right: 4%;
    z-index: 6;
}

#fanclubWindow {
    height: 500px;
}

/* Make pop up wider and adjust stuff for larger screens */
@media (min-width: 638px) {
    .windowDif {
        width: 450px !important;
    }

    .tourWindowWrapper, .fanclubWindowWrapper {
        right: 15%;
        top: 300;
    }

    .tourBtnWrapper {
        top: 300;
    }

    .btnItself {
        padding: 40%;
        right: 30%
    }

    #fanclubWindow {
        top: 200;
    }

}

@media (min-width: 950px) {
    .tourBtnWrapper {
        right: 35%;
    }

    .tourWindowWrapper, .fanclubWindowWrapper {
        right: 34%;
    }

    .btnItself {
        padding: 50%;
    }

    .desktop {
        background-image: url(images/jackGatewayWp.jpg) !important;
        background-position: right center;
    }
}
