.bbdoBannerGifWrapper {
    overflow: hidden;
  }

  #imgGifWrapper{
    margin: 70px 0px;
    width: 100%;
    height: 28vw !important;
    position: relative;
    background-color:#111;
    overflow:hidden;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:column;

  }



  .imgt{
     /* visibility:hidden; */
     background-repeat: no-repeat;
     background-size:cover;
       background-position: center;
    width: 100%;
    height: 100%;
    position:absolute;


  }

  .img1{   background-image: url("/assets/imgs/BBDO_GIF.gif");


  }

  .img2{
    background-image: url("/assets/imgs/2.png");}

  .img3{
    background-image: url("/assets/imgs/3.png");}

    .img4{
      background-image: url("/assets/imgs/4.png");}


        /*** MEDIA QUERIES *****/




  @media (min-width: 1371px) {
    #imgGifWrapper {
      margin-top: 200px;
    }
  }


