.goat21Btn {
    position: fixed;
    top: 250px;
    right: 227px;
}

.goat2021  {
    position: fixed;
    top: 10px;
    right: 10px;
    height: 200px;
    border-radius: 10px;
    border: solid #0066ff 4px;
    border-bottom: solid #0066ff 11px;
}

#goat2021id {
    display: none;
}

/* ***** Main Video  ***** */
/* ***** Main Video  ***** */
/* ***** Main Video  ***** */
.showMainVidBtn {
    position: fixed;
    top: 285px;
    right: 129px;
}

/* ************************************************************************************************ */

@media only screen and (max-width: 600px) {

    .MxTpBtn {
        position: fixed;
        top: 110px;
        right: 30px;
        border-radius: 7px;
        background-color: gray;
        border-bottom: 4px solid #5e5d5d;
    }

    .goat21Btn {
        position: fixed;
        top: 150px;
        right: 19px;
        border-radius: 7px;
        background-color: gray;
        border-bottom: 4px solid #5e5d5d;
    }
    
    .showMainVidBtn {
        position: fixed;
        top: 110px;
        right: 130px;
        border-radius: 7px;
        background-color: gray;
        border-bottom: 4px solid #5e5d5d;
    }

    .MixTape {
        position: fixed;
        top: 0px;
        right: 0px;
        height: 100px;
        border-radius: 0px;
        border-bottom-left-radius: 10px;
        border: none;
        border-bottom: solid #333333 2px;
        border-left: solid #333333 2px;
    }

    .goat2021 {
        position: fixed;
        top: 0px;
        right: 0px;
        height: 100px;
        border-radius: 0px;
        border-bottom-left-radius: 10px;
        border: none;
        border-bottom: solid #333333 2px;
        border-left: solid #333333 2px;
    }






}