/*
$breakpoints-min: (
    'xs': 'screen and (min-width: 481px)',
    'sm': 'screen and (min-width: 769px)',
    'md': 'screen and (min-width: 990px)',
    'lg': 'screen and (min-width: 1367px)',
    'xl': 'screen and (min-width: 1921px)',
) !default;
 */
.category-image-container-in {
    width: 100%;
    min-height: 270px;
    background: url("https://placehold.jp/1366x270.png") no-repeat center top;
    background-size: cover;
}

@media screen and (max-width: 767px) {
    .category-image-container-in {
        width: auto;
        min-height: 180px;
    }
}

.category-image-container-text {
    color: #fff;
    font-weight: 700;
    font-size: 40px;
    letter-spacing: 0.05em;
    text-align: center;
    padding-top: 108px;
    padding-bottom: 108px;
}

@media screen and (max-width: 767px) {
    .category-image-container-text {
        height: 180px;
        padding-top: 105px;
        padding-bottom: 105px;
        font-size: 26px;
    }
}
