.dave-cb-loader-icon {
    position: fixed;
    right: 5px;
    bottom: 5px;
    width: 0;
    z-index: 9999;
}

.dave-icon {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    float: right;
    margin-top: 5px;
    position: relative;
    margin-bottom: 10%;
    margin-right: 10%;
    cursor: pointer;
    right: 15px;
    bottom: 64px;
}

.dave-icon img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-width: 2px;
    border-color: grey;
    border-style: solid;
    border-radius: 50%;
}

.dave-icon:hover {
    cursor: pointer;
    transform: scale(1.2);
}

@media screen and (max-width: 450px) {
    .dave-icon {
        margin-bottom: 75px;
        margin-right: 0px;
        right: 5px;
        width: 4rem;
        height: 4rem;
        bottom: 40px;
    }

    .dave-cb-loader-icon {
        margin-bottom: 75px;
        margin-right: 0px;
        right: 5px;
        width: 4rem;
        height: 4rem;
        bottom: 40px;
    }
}