.end-hops-buttons-div
{
    position:absolute; 
    left:0px; 
    top:0px; 
    z-index:103; 
    width:auto; 
    height:auto;
}

.end-hops-message
{
    position:absolute; 
    left:0px; 
    top:0px; 
    z-index:103;
    background-color: transparent;
    text-align: center;
    vertical-align: middle;
    color: ghostwhite;
    font-size: 20px;
}

.instruction-carousel-4-hops-game
{
    display: none;
}

.ins-game-BC
{
    position :absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
}

.ins-game-BC-txt
{
    display: flex;
    justify-content: left;
    align-items: center;
    text-align: left;
    font-size: 18px;
    color:black;
    margin-left: 5px;
}

.hops-icon
{
    position: absolute;
    border: thin solid #feb300;
    border-radius: 50%;
    
}

