/* // Extra small devices (portrait phones, less than 576px) */
@media (max-width: 320px) {
  .info {
    background: url("../images/bg-info1.png");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .hero {
    min-height: 100vh;
    background-image: url("../images/birototo.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .img-147 {
    height: 165px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: bottom;
       object-position: bottom;
  }
}

@media (min-width: 321px) and (max-width: 399.98px) {
  .img-147 {
    height: 205px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: bottom;
       object-position: bottom;
  }
}

@media (min-width: 400px) and (max-width: 575.98px) {
  .img-147 {
    height: 241px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: bottom;
       object-position: bottom;
  }
}

/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .width-card {
    width: 12rem;
  }
  .img-147 {
    height: 241px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: bottom;
       object-position: bottom;
  }
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .width-card {
    width: 20rem;
  }
  .img-147 {
    height: 230px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: bottom;
       object-position: bottom;
  }
}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .width-card {
    width: 14rem;
  }
  .img-147 {
    height: 147px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: bottom;
       object-position: bottom;
  }
  .img-147-center {
    height: 147px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .img-147-top {
    height: 147px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
}

/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .width-card {
    width: 13rem;
  }
  .bg-glass p {
    font-size: 12px;
  }
  .img-147 {
    height: 147px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: bottom;
       object-position: bottom;
  }
  .img-147-center {
    height: 147px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .img-147-top {
    height: 147px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .width-card {
    width: 13rem;
  }
  .img-147 {
    height: 147px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: bottom;
       object-position: bottom;
  }
  .img-147-center {
    height: 147px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .img-147-top {
    height: 147px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
}

@media (min-width: 1600px) {
  .width-card {
    width: 14rem;
  }
  .img-147 {
    height: 147px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: bottom;
       object-position: bottom;
  }
  .img-147-center {
    height: 147px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .img-147-top {
    height: 147px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
}
/*# sourceMappingURL=responsive.css.map */