    .InnerGIGABYTEContent .logo_footer {
        max-width: 240px;min-width: 150px;width: 50%;
    }



@media screen and (min-width: 1500px) and (max-width: 1920px) {
    .InnerGIGABYTEContent .logo_footer {
        max-width: 180px;min-width: 150px;width: 50%;
    }

    }

    @media screen and (min-width: 1200px) and (max-width: 1500px) {
        .InnerGIGABYTEContent .logo_footer {
        max-width: 150px;min-width: 120px;width: 50%;
    }

    }

    @media screen and (min-width: 768px) and (max-width: 1200px) {
    .InnerGIGABYTEContent .logo_footer {
        max-width: 150px;min-width: 120px;width: 50%;
    }

    }

    @media screen and (max-width: 768px) {
        .InnerGIGABYTEContent .logo_footer {
        max-width: 150px;min-width: 120px;width: 50%;
    }
    }