.header-img {
    height: 70vh;
}
.swiper-pagination.bt-lf {
    text-align: left;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------- Media query ------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------------------------*/

    /* Mobile Landscape only
    ------------------------------------------------------------------------------------------------*/
        @media screen and (max-width: 767px) and (orientation: landscape) {
			.header-img {
			    height: 100vh;
			}
        }
