/* stylelint-disable scss/dollar-variable-pattern */
/* stylelint-enable scss/dollar-variable-pattern */
/* correction for product tile hover border*/
@media (max-width: 767.98px) {
    .video_page-banner {
        background-color: #fff !important;
    }
}
@media (min-width: 768px) {
    .video_page-banner {
        min-height: 456px;
    }
}
@media (max-width: 1023.98px) {
    .video_page-banner {
        padding: 0 !important;
    }
}
.video_page-banner:hover {
    cursor: pointer;
}
.video_page-banner-title {
    font-size: 30px;
}
.video_page-banner-description {
    font-size: 16px;
}
.video_page-banner-img {
    position: relative;
    width: 100%;
}
.video_page-banner-img_show {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
@media (min-width: 768px) {
    .video_page-banner-img_show {
        max-width: 27%;
        min-height: 456px;
        max-height: 100%;
    }
}
@media (min-width: 1024px) {
    .video_page-banner-img_show {
        max-width: 30%;
    }
}
@media (min-width: 768px) {
    .video_page-banner-img_show--to_right_only_one {
        position: relative;
        left: 70%;
        max-width: 30% !important;
    }
}
@media (min-width: 768px) {
    .video_page-banner-img_show--to_right {
        position: absolute;
        right: 0;
    }
}
.video_page-banner-body {
    text-align: center;
    margin-top: 15px;
    padding: 0 30px;
    color: #000;
    background-color: #fff;
}
@media (min-width: 768px) {
    .video_page-banner-body {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: 0;
        background-color: unset;
        transform: translate(-50%, -50%);
        color: unset;
    }
}
@media (min-width: 768px) {
    .video_page-banner-body--to_left {
        left: 35%;
    }
}
@media (min-width: 768px) {
    .video_page-banner-body--to_right {
        left: 65%;
    }
}
.video_page-banner-link {
    margin-top: 8px;
    padding: 0;
    border: 0;
    border-radius: 0;
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
}
.video_page-banner-link, .video_page-banner-link:hover {
    color: #000;
    border-bottom-color: #000;
    background: transparent;
}
.video_page-play_button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 72px;
    height: 72px;
    transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
    .video_page-play_button {
        width: 90px;
        height: 90px;
    }
}

.launch-title {
    font-size: 18px;
    margin: 50px 0 20px;
    text-transform: uppercase;
}
.launch-product {
    max-width: 100% !important;
}
.launch-product .tile-image {
    min-height: auto !important;
}
.launch-product--first {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}
@media (min-width: 768px) {
    .launch-product--first {
        flex: 0 0 25% !important;
        max-width: 25% !important;
    }
}
.launch-product--five_in_row {
    max-width: 50%;
}
@media (min-width: 768px) {
    .launch-product--five_in_row {
        flex: 0 0 20% !important;
        max-width: 20% !important;
    }
}

.show_products {
    margin-bottom: 50px;
}
@media (min-width: 768px) {
    .show_products {
        margin-bottom: 100px;
    }
}
@media (max-width: 1279.98px) {
    .show_products-container {
        max-width: 100%;
        padding-right: 30px;
        padding-left: 30px;
    }
}

.show_products_nav {
    margin-top: 38px;
}

.card-text {
    height: 42px;
    margin-bottom: 10px;
    padding-right: 10px;
    overflow: hidden;
    color: #333;
}
.card-title {
    margin: 0 0 10px !important;
}

@media (min-width: 768px) {
    .show_list_item {
        padding: 0 15.5px !important;
    }
}

.show_asset-title {
    font-size: 24px;
}
.show_asset-text {
    font-size: 14px;
}

.video_modal {
    padding: 0 !important;
}
.video_modal-content {
    position: relative;
    top: 50%;
    display: flex;
    justify-content: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    transform: translateY(-50%);
}
.video_modal-close_btn {
    top: 20px;
    right: 20px;
}
.video_modal-iframe {
    padding: 20px;
}
@media (max-width: 374.98px) {
    .video_modal-close_btn {
        top: 3px;
        right: 0;
    }
    .video_modal-iframe {
        padding: 0;
    }
}
