﻿#OrtalamaIc {
    background-color: white;
}

    @media only screen and (min-width:240px) and (max-width:992px) {
        #footer_resim {
            background-image: url(../../Sources/img/footer_responsive.png) !important;
            background-size:100% 100%;
            background-repeat:no-repeat;
            height: 100% !important;
        }
    }

    