﻿
@media (max-width: 1500px) and (min-width: 982px){
    .somid-img img {
        right: -13rem !important;
    }
}

@media(min-width:600px) and (max-width:1200px) {
    .img-shift-3 {
        margin-top: -3rem;
    }

    .img-shift-5 {
        margin-top: -5rem;
    }

    .img-shift-9 {
        margin-top: -9rem;
    }

    .img-shift-12 {
        margin-top: -12rem;
    }

    .img-shift-19 {
        margin-top: -19rem;
    }

    .img-shift-25 {
        margin-top: -25rem;
    }
}

#nav-logo-container img {
    width: 335px !important;
}