
.martial-arts ul {
    list-style: revert;
}
.martial-arts .banner .thumbnail {
    width: 100%;
    height: 570px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.martial-arts .banner figure {
    position: relative;
}
.martial-arts .banner figure .title {
    bottom: 0;
    margin: 0;
    padding: 2rem;
    font-size: 3rem;
    font-weight: bold;
    position: absolute;
    color: var(--color-white-1);
}
.martial-arts .border-line {
    border-top: 2px solid var(--color-back-1);
}

.martial-arts .block-bottom table {
    min-width: 65%
}
.martial-arts .block-bottom table tr th,
.martial-arts .block-bottom table tr td {
    padding: .6rem;
}
.martial-arts .block-bottom table tr:nth-child(odd) {
    background-color: var(--color-grey-1);
}
.martial-arts .block-bottom table tr th:not(:first-child),
.martial-arts .block-bottom table tr td:not(:first-child) {
    text-align: center;
}

.media-slide .slick-slide .thumbnail {
    display: flex;
    justify-content: center;
}
.media-slide .slick-slide img {
    width: 190px;
    height: 90px;
    object-fit: contain;
}


/* ipad pro */
@media (min-width: 769.9px) and (max-width: 1024.9px) {
    .martial-arts .banner .thumbnail {
        height: 380px;
    }
}
/* ipad */
@media (min-width: 576.9px) and (max-width: 769px) {
    .martial-arts .banner .thumbnail {
        height: 310px;
    }
    .martial-arts .slick-slide img {
        width: 100%;
    }
}
/* mobile */
@media (max-width: 576px) {
    .martial-arts .banner figure .title {
        font-size: 25px;
        padding: 10px;
    }
    .martial-arts .banner .thumbnail {
        height: 170px;
    }
    .martial-arts .slick-slide img {
        width: 98%;
    }
    .martial-arts .block-bottom .col-4,
    .martial-arts .block-bottom .col-8 {
        flex: 0 0 auto;
        width: 100%;
    }
    .martial-arts .block-bottom table, 
    .martial-arts .block-bottom img {
        width: 100%;
    }
    
}