/* LESS Document */ @import "elements.less"; @import "config.less"; @media only screen and (max-width : 768px){ .nc_main_container{ .big_wrapper { overflow:visible; } .landingpage{ width:100%; height:100vh; position:relative; .page_inner{ background-image:url(../images/bg5.jpg); background-size:cover; .cont_shadow{ margin-top: -174px; } .cont_shadow:hover{ } .cont{ } } .landingpage::after{ display:none; } } } } @media only screen and (max-width : 768px) and (orientation : landscape){ .nc_main_container{ .big_wrapper { overflow:visible; } .landingpage{ height:auto; } } }