     #back-to-top-button span:before {
        display: block;
        content: '\e904';
        font-family: 'icomoon';
        background-color: #ffbc0d;
        color: #fff;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        font-size: 3rem;
        margin: 0 auto;
    }

    #back-to-top-button {
        display: none;
        position: fixed;
        bottom: 20px;
        right: 30px;
        z-index: 99;
        border: none;
        outline: none;
        color: #ffbc0d;
        background-color: transparent;
        cursor: pointer;
        padding: 15px;
        border-radius: 50%;
        font-size: 18px;
    }

    #back-to-top-button:hover span:before {
        background-color: #e6a600;
        border-color: #d99d00;
    }

    #back-to-top-button:hover {
        color: #e6a600;
        background-color: transparent;
    }

    @media only screen and (min-width: 768px) {

        #block-youthmentalwellnessvideo,
        #block-lmrslide {
            width: 75%;
            margin: 0 auto;
        }
    }

    @media only screen and (max-width: 767px) {
        #back-to-top-button {
            bottom: 10px;
            right: 0;
        }

        #back-to-top-button span:before {
            width: 40px;
            height: 40px;
            font-size: 2.5rem;
        }

        #back-to-top-button,
        #back-to-top-button:hover {
            color: transparent;
        }
    }