.others-options {
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
}
@media (max-width: 768px) {
  
    .others-options {
        position: absolute;
        right: 95px;
        top: 40px;
    }

    .others-options img {
        width: 30px;
        height: 30px;
    }
}
@media (min-width: 992px) {
    .navbar.shrink .navbar-brand img {
        top: -70px !important;
    }
}