/*
 Theme Name:   MTE
 Theme URI:    https://mte-company.jp/
 Description:  MTE Theme
 Template:     establish
 Author:       MTE
 Author URI:   https://mte-company.jp/
 Version:      1.0
*/
@media screen and (min-width: 768px) {
    .p-imgSlider__inner {
        height: 50vw;
        max-height: 600px;
    }
    .p-imgSlider__item img {
        top: -70px;
    }
}
.p-imgSlider__inner {
    position: relative;
    height: 56vw;
    padding-top: 0;
}
.p-imgSlider__item {
    height: 600px;
    overflow: hidden;
}
.p-imgSlider__item img {
    top: 0;
    bottom: auto;
    width: 100%;
    max-width: 100%;
    height: auto !important;
    height: auto !important;
    max-height: none;
}
