.bgs-container {
    display: none;
}


.background{
display: none;
z-index: 1;
position: absolute;
width: 100%;
height: 380px;
left:0px;
background-color: #000;
 background-repeat: repeat-y;
  background-size: cover;
  background-position: center;
 /* background-attachment: fixed;*/
/*-webkit-transition: ease all 3s;
  -moz-transition: ease all 3s;
  -ms-transition: ease all 3s;
  -o-transition: ease all 3s;
  transition: ease all 3s;*/
}

.hidden-bgs{
display: none;
}