  .matches_carousel {
    margin-bottom: 0;
}
.matches_carousel .slick-list {
    /*margin: 0 -7px;
    padding: 0 7px;*/
}
.matches_carousel .slick-track {
    margin: 0 !important;
    width: 100%;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 40px 0;
}
.matches_carousel .slick-slide {
    /*display: flex !important;*/
}
.matches_carousel .slick-track .match_slider_subtitle {
    margin-bottom: 0;
    padding: 0;
    white-space: nowrap;
    position: absolute;
    top: -35px;
    left: 10px;
}
/*.matches_carousel .slick-track .match_slider_subtitle span {
    font-family: DIN_WebFont_Bold;
    font-size: 1.5rem;
    line-height: 29px;
    text-transform: uppercase;
}*/
.matches_carousel .match_score_module_card {
    width: 100%;
    padding: 0 10px;
    margin: 0;
    position: relative;
}
.matches_carousel .match_score_module_card .box {
    width: 100%;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.matches_carousel .match_score_module_card .box .featured_box_column_text {
    padding: 0 15px;
    width: 100%;
}
.matches_carousel .match_score_module_card .box .featured_box_column_text .featured_box_column_text_content {
    padding: 12px 0;
    display: table;
    height: 100%;
}
.matches_carousel .match_score_module_card .box .featured_box_column_text .match_team_name {
    line-height: 26px;
}
/*.matches_carousel .match_score_module_card .box:hover {
    box-shadow: none;
}*/
/*.matches_carousel .match_score_module_card .box:hover .bottom-red-line {
    display: none !important;
}*/
.matches_carousel .slick-arrow,
.matches_carousel .slick-arrow:focus {
    background: #c5281c;
    opacity: 1 !important;
    width: 40px !important;
    height: 40px !important;
    z-index: 1;
    margin: 0;
}
.matches_carousel .slick-arrow[aria-disabled="true"] {
    display: none !important;
}
.matches_carousel .slick-arrow:hover {
    background: #c5281c;
    opacity: .9 !important;
    box-shadow: 0 3px 10px 0 rgba(0,0,0,0.2);
    /*box-shadow: 0 0 8px 1px #88888844;*/
}
.matches_carousel .slick-arrow.slick-next {
    background-image: url(/wp-content/themes/betheme-child/assets/icons/svg/arrow/right/arrow-right-white.svg);
    background-repeat: no-repeat;
    /*background-size: 60% 60%;*/
    background-position: left 50% top 52%;
    right: -20px;
}
.matches_carousel .slick-arrow.slick-prev {
    background-image: url(/wp-content/themes/betheme-child/assets/icons/svg/arrow/left/arrow-left-white.svg);
    background-repeat: no-repeat;
    /*background-size: 60% 60%;*/
    background-position: left 48% top 52%;
    left: -20px;
}
.matches_carousel .slick-arrow.slick-next::before {
    content: none;
}
.matches_carousel .slick-arrow.slick-prev::before {
    content: none;
}
.carousel_see_more_btn{
    margin-top: -20px;
}

@media screen and  (max-width: 768px) {
    .matches_carousel .slick-track .match_slider_subtitle {
        top: -27px;
    }
}