@media (min-width: 480px) {

    .links-top .container-fluid .sidebar-toggle1{
      margin-left: 64px;  
    }

    .hero{
      top: 1%;
      width: 100%
    }

    .hero  h1{
      font-size: 2.5rem;
    }

    .hero  h3{
      font-size: 1.5rem;
    }

   .hero hgroup {
    margin-top: 5%;
    min-height: 100px;
  }

    .fixe-title{
      height: 70vh;
    }

    .how_it_works ul li img {
        object-fit: contain;
        width: 200px;
        height: 200px;
        margin-left: 22%;
    }

    /**********************************/
    .random_info{  
      width: 100%;
      height: 270px;
      padding: 0px 0px !important;
      margin: 2% 0px; 
    }

    .random_info img{
      height: 100%;
      width: 100%;
      object-fit: cover;
    }

    .info_middle{
      position: absolute;
      width: 100%;
      top: 0%;
      padding: 7% 10%;
      color: #fff;
      display: block;
      background-color: rgba(0,0,0,0.4);
      height: 100%;
    }

    /********************************************************/

    .brewery_photo .hero hgroup {
       height:  200px !important;
    }


    .video {
      width: 100%;
      height: 400px;
      margin: 5% 0px;
    }

    .product_photo1, .product_photo2, .product_photo3, .product_photo4 {
      height: 160vh;
      background-size: inherit;
      background-position: bottom;
    }


    .product_info1 ul {
      margin-top: 50px;
      padding: 0px;
    }

    .product_info1 ul li span {
      font-size: 12px;
      width: 250px;
      margin-left: 2%;
    }

    .product_info2 ul {
      margin-top:  50px;
      margin-left: -40px !important;
      margin-right: 0px !important;
    }

    /************subscribe *******************************/

    .info_left{
      height: 150vh;
    } 

    .info_right { 
      height: 153vh;  
    }

    .offer_photo{
      height: 170vh;
    }

    .subscribe_photo {
      height: 160vh;
    }

    .formulaire, .subscribe_formulaire {
      font-size: 16px;   
      text-align: center;
    }

    .formulaire {
      margin-top: 5%;
      padding: 3% 0;
    }

    /************************************concept******************/


    .title-borders {
      margin: 1% 0px;
      padding: 0px 15%;
      letter-spacing: 1px;
    }

   

    .quote {
    
      font-size: 12px;
      text-align: center;
      line-height: 30px;
      margin-top: 15px;
      height: 40vh;
    }
  
  /********************trappist**************************/

  .box_contains_trap ul li img{

    object-fit: cover;
    width: 100%;
  }

  .box_contains ul li img{
    object-fit: cover;
    width: 100%;

  }

}