/*
Theme Name: WMD Theme
*/

/*html :where(img){height:inherit;max-width:none;}*/

#vn-back-top + .sfm-floating-menu.middle-right.sfm-rect.vertical{
    position: fixed;
    z-index: 99;
    display: flex;
    top: 50%;
    transform: translateY(-50%);
    flex-direction: column;
}

#vn-back-top + .sfm-floating-menu a.sfm-shape-button, .sfm-floating-menu .icofont-twitter {
    height: 50px;
    width: 50px;
    background: #000000;
    text-align: center;
    transition: background 0.3s ease;
    text-decoration: none;
    color: #FFF;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.3s ease, background-color 0.3s ease;
    font-size: 16px;
}