#header .bg {
    background-image: url('../images/main-banner.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#enquiry-bg .bg-wrap {
    background-image: url('../images/6_enquiry/1_Enquiry_background_0908.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
}

@media all and (max-width: 980px) {
#enquiry-bg .bg-wrap {
    background-image: url('../images/6_enquiry/1_enquiry-mobile.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
}
	
}

#footer .bg-wrap {
    background-color: #F4F5F6;
}

#mySidenav a {
  position: fixed;
  right: -10px;
  transition: 0.3s;
  width: 120px;
  z-index: 1;
}

#mySidenav a:hover {
  right: 0;
}

#button {
  top: 480px;
}

.product {
  position: relative;
}

.product img {
  width: 100%;
  height: auto;
}

}
