main {
  padding-top: 170px;
} 

/*header{
background: url('images/Christmas_tree.png') 0 0 repeat-x;
background-size: 55%;
  padding-top: 60px !important;
}
*/
@media (max-width: 460px){
.mobile-top .order-online {
    top: 6px;
    font-size: 14px;
    width: auto;
}

main {
    padding-top: 0px;
}

/*header {
  background: url('/local/templates/main/images/Christmas_tree.png') 0 0 repeat-x;
  background-size: 120%;
  padding-top: 85px !important;
} 
*/
}
.page-sale {
  background-position: center;
  overflow: hidden;
  position: relative;
}
.scroll-wrap.panel-bg {
  padding-top: 0px!important;
}

.video-bg__video {
  min-width: 100%;
}

.page-sale {
	height: auto;
}
.about-page.about.page {
  padding-top: 0px;
}
.video-bg {

  top: 0%;
  left: 0px;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: 100%;
  z-index: -100;
  overflow: hidden;
}
.video-bg__video {
  min-width: 100%;
  width: 100%;
}
.order-online {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
  position: absolute;
  right: 10px;
  top: 0px;
  z-index: 5;
  background: #ee1854;
  border-radius: 5px;
  padding: 0 7px 0 0;
}
.fixed .header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 90;
  background-color: #fff;
  padding-top: 5px;
}
@media (max-width: 810px) {
  .video-bg__video {
  min-height: auto;
    min-width: auto;
    height: auto;
width: 100%;
    transform: scale(1.6);
    position: relative;
    top: 45px;
}
	.about-page.about.page{
padding-top: 0px;
		margin-top: 1rem;
}
.page-sale {
    height: 25rem;
  }

}