.gototop{
    width: 74px;
    height: 74px;
    position: fixed;
    bottom: 15px;
    right: 10%;
    display: none;
    cursor: pointer;
}
.gototop:hover{
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    border-radius: 50%;
}
.gototop img{
    border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
@media (max-width: 767px) {
    .gototop{
        display: none!important;
    }
}