@charset "utf-8";



#header_slider_container {
  background-color: #fffae7;
 }

.custom_slider_wrap {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0%;
  left: 0;
  overflow: hidden;
  }
.custom_slider img {
  width: 100%;
  vertical-align: bottom;
  border: 0;
 }

@media screen and ( max-width:649px ) {
.custom_slider_wrap {
  height: 90%;
  width: 100%;
  position: absolute;
  top: 10%;
  left: 0;
  overflow: hidden;
  }
{



