.custom-visual-v1 {
    height: 480px;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover !important;
}

.form-control-custom {
    background-color: #fff;
}

.ods-chart img {
    top: 14px;
    right: 21px;
}

.ods-wheel img {
    top: 11px;
    right: 14px;
}

.ods-wifi-signal img {
    top: 28px;
    right: 14px;
}

.ods-tv img {
    top: 18px;
    right: 21px;
}

.ods-magenta img {
    top: 14px;
    right: 21px;
}

.ods-smartphone-app img {
    top: 11px;
    right: 46px;
}

.custom-visual-v1 .container {
    padding-top: 185px;
}

@media screen and (max-width: 767.98px) {
    .custom-mode-card-v1 .media {
        order: 1;
        height: auto;
        padding-bottom: 75%;
    }

    .custom-mode-card-v1 .content {
        order: 0;
        padding-top: 40px;
    }

    .onex-banner-custom-v1 .media {
        padding-bottom: 79%;
    }

    .onex-banner-custom-v1 .content {
        padding-top: 40px;
    }

    .ods-lc-wrap-custom {
        padding-top: 40px;
    }
}

@media screen and (min-width: 768px) {
    .custom-mode-card-v1 .media {
        height: auto;
        padding-bottom: 56%;
    }
}

@media screen and (min-width: 992px) {
    .custom-visual-v1 {
        height: auto !important;
        padding: 66px 0 !important;
    }

    .custom-visual-v1 .container {
        padding: 36px 0;
    }

    .custom-mode-card-v1 {
        border-radius: 32px;
    }
}

