/* Screens Resolution : 992px
-------------------------------------------------------------------------- */


/* @media only screen and (max-width: 1200px) {} */


/* Screens Resolution : 992px
-------------------------------------------------------------------------- */


/* @media only screen and (max-width: 992px) {} */


/* Screens Resolution : 767px
-------------------------------------------------------------------------- */


/* @media (max-width: 767px) {} */


/* Screens Resolution : 479px
-------------------------------------------------------------------------- */

@media only screen and (max-width: 767px) {
    /* ---------------------------------
	1. PRIMARY STYLES
	--------------------------------- */
    .main-area {
        position: relative;
        height: 91vh;
        z-index: 1;
        padding: 0 20px;
        background-size: cover;
        background-image: url('../images/whip-bg.jpg');
    }
    body {
        font-size: 12px;
    }
    .title {
        font-size: 28px;
        line-height: 1;
    }
    .main-area .whip-logo img {
        max-height: 100px;
    }
    .store-img {
        max-height: 80px;
        margin-top: 32px;
    }
}