/* IMAGES */
img{
    display: block;
}

.advertImgFooter{
    width: 100%;
    justify-self: right;
}
.advertImg{
    justify-self: center;
    width: 100%;
}

.hide-show-img{
    height: 18px;
}
.closex-img{
    height: 20px;
    justify-self: right;
}
.socialMediaIcon{
    height: 30px;
}

.logo-footer{
    width: 60%;
}

/* Tablet vertical, Old Mobile, Small Desktop window */
@media only screen and (max-width: 499px) {
    
}
@media only screen and (max-width: 999px) and (min-width: 499px){

}
/* Mobile horizontal */
@media only screen and (max-width: 999px) and (max-height: 499px) and (min-resolution: 190dpi) {
    .logo-footer{
        width: 40%;
    }
    .advertImgFooter{
        width: 40%;
    }
}

/* Mobile vertical */
@media only screen and (max-width: 999px) and (min-width: 800px) and (min-height: 800px) and (min-resolution: 190dpi) {
    .hide-show-img{
        height: 40px;
    }
    .logo-footer{
        width: 70%;
    }
    .advertImgFooter, .advertImg{
        width: 100%;
    }
    .closex-img{
        height: 50px;
    }
    .socialMediaIcon{
        height: 70px;
    }
}


@media (max-width: 999px) and (min-resolution: 200dpi) {
}