/* Custom, iPhone Retina */
@media only screen and (max-width : 768px) {
    .footer .inner {
        height: auto !important;
    }
    .img-home {
        text-align: center;
    }
    #footer-product-list {
        display: none;
    }
    .category-image {
        display: none;
    }


    .video-tag-bottom {
        height: 75px;
        overflow: hidden;
        margin-bottom: 15px;
        font-size: 12px;
    }

}

@media only screen and (max-width : 990px) {
    .navbar-brand {
        display: block;
    }
    #logo {
        display: none;
    }
}
