.c-summary-card-v2 {
    padding: 24px 32px;
}

.c-summary-card-v2 .custom-icon {
    position: absolute;
    overflow: hidden;
    transition: ease .5s;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.c-summary-card-v2:hover .custom-icon {
    height: 105%;
}

.custom-icon img {
    position: absolute;
    top: 11px;
    right: 18px;
}

.modal-custom-width .modal-content {
    max-width: 589px;
}

.modal-window-main {
    min-height: 120px;
}

.onex-card-custom-visual {
    min-height: 274px;
    position: relative;
}

.smartphone-mock-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 360px;
    height: 100%;
    overflow: hidden;
    transition: ease .5s;
}

.smartphone-mock-img img {
    position: absolute;
    top: 42px;
    left: 0;
    width: 100%;
}

.onex-card-custom-visual:hover .smartphone-mock-img {
    height: 101%;
}

@media screen and (max-width: 767.98px) {
    .btn-custom-xs {
        font-size: 16px;
        line-height: 20px;
        padding: 10px 26px;
    }

    .onex-main-banner-custom .media {
        padding-bottom: 75%;
    }

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

    .onex-main-banner-mini-custom .media {
        padding-bottom: 75%;
    }

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

    .custom-icon img {
        width: 93px;
        height: 93px;
        top: 16px;
        right: 9px;
    }

    .smartphone-mock-img {
        width: 168px;
        height: 168px;
        bottom: 0;
        top: auto;
    }

    .onex-card-basic-custom {
        border-radius: 16px;
    }

    .onex-card-custom-visual .content {
        padding-top: 24px;
    }

    .onex-card-basic-custom .content {
        padding-top: 24px;
    }
}

@media screen and (min-width: 768px) {
    .modal-window-main {
        min-height: 105px;
    }

    .onex-card-custom-visual {
        min-height: 318px;
    }
}

@media screen and (min-width: 992px) {
    .onex-card.custom-mode {
        border-radius: 24px;
    }
}