/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/



@media (max-width: 767px) {

  .billboard_babies {
    padding-right: 2%;
    padding-left: 2%;
  }

  .flip-flop_babies {
    padding-right: 5%;
    padding-left: 5%;

  }

  .TE_CTA {
        padding-top: 50;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
  }
  
  
}


@media (min-width: 767px) {

  .videolp {
    padding: 0% 0% 0% 0%; 
  }  
  

  .billboard__logo {
    position: absolute; 
    left: calc(100vw - 150px);
    top: 10px;
    width: 100px !important;
  }

}

@media (min-width: 900px) {

  .billboard .billboard__logo {
    position: absolute;
    top: 20px;
    left: calc(100vw - 200px);  
    width: 100px !important;
  }
}

@media (min-width: 1024px) {
  .billboard {
    min-height: calc(100vh + 75px) !important; 
    max-width: 100vw !important;

  }

@media (min-width: 1280px) {

  .billboard .billboard__logo {
    left: calc(100vw - 150px); 
    width: 100px !important;
  }
}

/* DR: Laptop de Manel*/
@media (min-width: 1400px) {

  .billboard .billboard__logo {
    left: calc(100vw - 220px);
    width: 170px !important;
  }

}

/* DR: Laptop de Manel*/
@media (min-width: 1500px) {

  .billboard .billboard__logo {
    left: calc(100vw - 250px);
    width: 200px !important;
  }
}

/* DR: Laptop de Manel*/
@media (min-width: 1600px) {

  .billboard .billboard__logo {
    left: calc(100vw - 250px); 
    width: 200px !important;
  }
}

@media (min-width: 1680px) {

  .billboard .billboard__logo {
    left: calc(100vw - 350px);
    width: 300px !important;
  }
}

@media (min-width: 1920px) {

  .billboard .billboard__logo {
    left: calc(100vw - 350px); 
    width: 300px !important;
  }

}