/* SLIDER RESPONSiVE HOME CSS */
.bx-wrapper {
  border: none !important;
  box-shadow: none !important;
}
.bx-wrapper .bx-viewport {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
  border: medium none !important;
  box-shadow: none !important;
  left: 0 !important;
  width: 100%;
}
.slider .move {
  height: 100%;
  position: relative;
  width: 100%;
}
.slider .move a{
  display:block;
  width: 100%;
  float: left;  
}
.slider .move  img {
  border: 0 none;
  display: block;
  float: left;
  height: auto;
  /*width: 100%;*/
}
.description_slide {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  overflow: hidden;
  padding: 2%;
  position: absolute;
  top: 0;
  width: 30%;
}
.bx-wrapper{
  margin-bottom:0 !important;
}
.embed-container { 
  position: relative;
  padding-bottom: 56.25%; 
  height: 0; 
  overflow: hidden; 
  max-width: 100%; 
} 
.embed-container iframe, 
.embed-container object, 
.embed-container embed { 
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
}

