@media (max-width: 600px) {
  .details_devis{
    display:none;
  }
  #sidebar_basic h3{ 
    font-size:1.5em;
  }
}

.embed-responsive.img-bg-cover{
    background-size: cover;
    background-position-y: center;
}

.sidebar-video{
  position: absolute;
  right: 4%;
  top: 5rem;
  background: rgba(255, 255, 255, 0.8);
  z-index:2;
  border-radius: 8px;
  box-shadow: 0 0 4px 1px #2020204a;
}
.embed-responsive.video h1#description{
  display:none;
}

h1#description{
  font-size: 30px;
  line-height: 1.3em;
  font-family:'balder';
  color:white;
  text-transform: uppercase;
  z-index: 1;
  position: absolute;
  color: white !important;
  top: 5rem;
  right: 320px;
  width: 60%;
  max-width:60% !important;
  margin: 0;
  text-align: center;
  text-shadow:0 0px 20px #000;
}

.embed-responsive{
  z-index: -1;
  margin-bottom: 0rem;
  margin-top: 0rem;
  top: 40px;
  /* height: 80%; */
  min-height:330px !important; 
}

.embed-responsive iframe{
  width: 130% !important;
  left: -15% !important;
  height: 300%;
  top: -90%;
}

@media (max-width: 960px) {
  .embed-responsive{
    min-height: 250px !important;
  }
  .sidebar-video{
    top: 56px;
  }
  h1#description{
    font-size: 28px;
    width: 50%;
    max-width: 50%;
    right: 300px;
  }
  .embed-responsive iframe{
    width: 130% !important;
    left: -15% !important;
    height: 200%;
    top: -20%;
  }
}
@media (max-width: 600px) {
  .embed-responsive{
    min-height: 250px !important;
  }
  h1#description{
    font-size: 23px;
    line-height: 33px;
    width: 94%;
    left: 6%;
    top: 3em;
    width:90%!important;
    max-width:90%!important;
  }
  .sidebar-video{
    right: 3%!important;
    margin-top: 0rem!important;
    position: inherit !important;
    border-radius:0px;
    background-color: transparent;
    box-shadow: none;
  }
  .embed-responsive iframe{
    width: 130% !important;
    left: -15% !important;
    height: 135%;
    top: -18%;
  }

}

@media (min-width: 960px) {
  h1#description{
    font-size: 35px;
  }
}

@media (min-width: 1264px) {
  .embed-responsive{
    
  }
  h1#description{
    top: 7rem;
    font-size: 44px;
    width: 70%;
    max-width:70% !important;
  }
  .sidebar-video{
    position: absolute;
    right: 4%;
    top: 5rem;
  }
}