@media (min-width: 1024px)  {
  .fullwidth-carousel__image.banner_mobile {
    display: none!important;
  }
  .fullwidth-carousel__image.banner_pc {
    display: block!important;
  }
}
@media (max-width: 1023px)  {
  .fullwidth-carousel__image.banner_mobile {
    display: block!important;
    position: absolute;
    height: 100%;
  }
  .fullwidth-carousel__image.banner_pc {
    display: none!important;
  }
  .fullwidth-carousel__text {
    display: flex;
    align-items: center;
    position: absolute;
  }
}
