@media screen and (max-width: 639px) {
    .slider-items2 > div {background-position: 40% 100% !important;}
}

@media screen and (max-width: 420px) {
    .slider-items2 > div {background-position: 30% 100% !important;}
}

@media screen and (max-width: 400px) {
    .title-bar .ug-mobile-logo img {
        width: 80px;
    }
}

#backtotop {bottom: 100px; font-size: 18px; padding: 15px; position: fixed; right: 23px;}

@media screen and (max-width: 639px) {
    #backtotop {padding: 18px; right: 25px;}
}

@media screen and (max-width: 1023px) {
    .resonsive-sticky {
        top: 56.78px;
    }
}