.wheelContainer{
    padding: 3rem;
}
.pegContainer{
    /*display: none;*/
}
.cursorPlayContainer {
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0.75;
}

    .cursorPlayContainer:hover {
        opacity: 1;
        x: 28.5%;
        y: 26%;
        width: 43%;
        height: 43%;
    }