/* CSS para publicidades gemelas del directorio y la vlogosfera - Responsive */

/* Inicio 3000 - 4k o superiror */
@media screen and (min-width: 3001px) {
.contenedordeimagen {
  width: 465px;
  height: 387px;
  }
.pblbanner01 {
  background-image: url(../../rotativas/serie01/spotify/hig/spotify09xhig90.webp);
  }
.pblbanner02 {
  background-image: url(../../rotativas/serie01/spotify/hig/spotify10xhig90.webp);
  }
}
/* Fin 3000 - 4k o superiror */

/* Inicio 1920 - con aguante hasta 3000 */
@media screen and (min-width: 1601px) and (max-width: 3000px) {
.contenedordeimagen {
  width: 298px;
  height: 248px;
  }
.pblbanner01 {
  background-image: url(../../rotativas/serie01/spotify/hig/spotify09xhig90.webp);
  }
.pblbanner02 {
  background-image: url(../../rotativas/serie01/spotify/hig/spotify10xhig90.webp);
  }
}
/* Fin 1920 - con aguante hasta 3000 */

/* Inicio 1600 px de ancho */
@media screen and (min-width: 1301px) and (max-width: 1600px) {
.contenedordeimagen {
  width: 298px;
  height: 248px;
  }
.pblbanner01 {
  background-image: url(../../rotativas/serie01/spotify/hig/spotify09xhig90.webp);
  }
.pblbanner02 {
  background-image: url(../../rotativas/serie01/spotify/hig/spotify10xhig90.webp);
  }
}
/* Fin 1600 px de ancho */

/* Inicio 1300 px de ancho */
@media screen and (min-width: 1001px) and (max-width: 1300px) {
.contenedordeimagen {
  width: 298px;
  height: 248px;
  }
.pblbanner01 {
  background-image: url(../../rotativas/serie01/spotify/hig/spotify09xhig90.webp);
  }
.pblbanner02 {
  background-image: url(../../rotativas/serie01/spotify/hig/spotify10xhig90.webp);
  }
}
/* Fin 1300 px de ancho */

/* Inicio 1000 px de ancho */
@media screen and (min-width: 701px) and (max-width: 1000px) {
.contenedordeimagen {
  width: 298px;
  height: 248px;
  }
.pblbanner01 {
  background-image: url(../../rotativas/serie01/spotify/med/spotify09xmed60.webp);
  }
.pblbanner02 {
  background-image: url(../../rotativas/serie01/spotify/med/spotify10xmed60.webp);
  }
}
/* Fin 1000 px de ancho */

/* Inicio 700 px de ancho */
@media screen and (min-width: 451px) and (max-width: 700px) {
.contenedordeimagen {
  width: 298px;
  height: 248px;
  }
.pblbanner01 {
  background-image: url(../../rotativas/serie01/spotify/med/spotify09xmed60.webp);
  }
.pblbanner02 {
  background-image: url(../../rotativas/serie01/spotify/med/spotify10xmed60.webp);
  }
}
/* Fin 700 px de ancho */

/* Inicio 450 px de ancho */
@media screen and (min-width: 321px) and (max-width: 450px) {
.contenedordeimagen {
  width: 220px;
  height: 183px;
  }
.pblbanner01 {
  background-image: url(../../rotativas/serie01/spotify/low/spotify09xlow30.webp);
  }
.pblbanner02 {
  background-image: url(../../rotativas/serie01/spotify/low/spotify10xlow30.webp);
  }
}
/* Fin 450 px de ancho */

/* Inicio 320 px de ancho */
@media screen and (min-width: 261px) and (max-width: 320px) {
.contenedordeimagen {
  width: 220px;
  height: 183px;
  }
.pblbanner01 {
  background-image: url(../../rotativas/serie01/spotify/low/spotify09xlow30.webp);
  }
.pblbanner02 {
  background-image: url(../../rotativas/serie01/spotify/low/spotify10xlow30.webp);
  }
}
/* Fin 320 px de ancho */

/* Inicio 260 px de ancho y baja hasta 0 px */
@media screen and (min-width: 0px) and (max-width: 260px) {
.contenedordeimagen {
  width: 180px;
  height: 150px;
  }
.pblbanner01 {
  background-image: url(../../rotativas/serie01/spotify/low/spotify09xlow30.webp);
  }
.pblbanner02 {
  background-image: url(../../rotativas/serie01/spotify/low/spotify10xlow30.webp);
  }
}
/* Fin 260 px de ancho y baja hasta 0 px */

/* Inicio de Publicidades Gemelas */
.pblbanner01 {
    display: block;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-clip: padding-box;
    background-size: cover;
    text-decoration: none;
  }
.pblbanner02 {
    display: block;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-clip: padding-box;
    background-size: cover;
    text-decoration: none;
  }
/* Fin de Publicidades Gemelas */
