@media screen and (min-width: 1025px){
.masthead.inline-header.dt-parent-menu-clickable.show-device-logo.show-mobile-logo {
        padding-bottom: 20px;
        background: no-repeat;
        background-image: url(/wp-content/uploads/2017/06/top2.png);
        background-position: bottom center;
        margin-top: -25px;
        position: fixed;
        width: 100%;
        background-color: #fff !important;
    }
}