@charset "UTF-8";
/* =====================================================================
[MVCP] MVCP-55 CSS
=====================================================================*/
/* ------------ MV ------------ */
.mvcp .mvcp_op img{
    width: 100%;
    max-width: 907px;
    height: auto;
}

.mv-cashback-banner {
    position: absolute;
    bottom: 1%;
    width: 80%;
    transform: translateX(13%);
    cursor: pointer;
}
@media (min-width: 768px) {
    .mv-cashback-banner {
        width: 45%;
        transform: translateX(56%);
        bottom: 2%;
    }
}