/*
Theme Name: Secom Parintins
Theme URI: https://example.com/secom-parintins-child/
Description: Child theme for the Secom Parintins theme
Author: Your Name
Author URI: https://example.com/
Template: hello-elementor
Version: 1.0.0
*/

.rs_wrapper {
  width: 100vw;
  position: fixed !important;
  bottom: 0;
  z-index: 999 !important;
}

.rs_container {
  width: 100%;
  max-width: min(100%, 1440px);
  margin: 0 auto;
  padding: 1rem;
}

@media (max-width: 1024px) {
  .rs_container {
    max-width: min(100%, 1024px);
  }
}

@media (max-width: 767px) {
  .rs_container {
    max-width: min(100%, 767px);
  }
}

.banners {
  display: flex;
  justify-content: center;
  text-align: center
}

.banners a,
.banners img {
  width: 100%;
  display: flex;
}

.banners picture {
  display: contents
}