[data-layout="homepage"] {
  position: relative;
  -ms-overflow-style: none;
  overflow-x: hidden;
  background: #f5f5f5;
}

[data-layout="homepage"]:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 450px;
  background: url(../../assets/images/bg-homepage.jpg) no-repeat center center fixed;
  background-size: cover;
}

[data-layout="homepage"] ::-webkit-scrollbar {
  display: none;
  width: 0 !important;
}

[data-layout="homepage"] .main {
  z-index: 2;
  background: none;
}
