@tailwind base;
@tailwind components;
@tailwind utilities;

.swiper {
    width: 80%;
}

.image__wrapper {
    width: 100%;
    position: relative;
    padding-top: 56.25%;
}

.image__wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

html {
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;/
  }