.vm-banner-container {
    position: relative;
}

.vm-banner-item {
    position: relative;
}

.vm-banner-img-ctn {
    position: relative;
    padding-top: 33.3%;
}

.vmba-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.vmba-image:focus {
    outline: none;
}

.vmba-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vmbt-inner {
    position: absolute;
    top: calc(28.91666667% - 32px);
    z-index: 40;
    width: auto;
    height: auto;
}

.vm-text-center {
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
}

.vm-text-right {
    right: 80px;
    text-align: right;
}

.vmbt-title {
    font-size: 51px;
    font-weight: bold;
    line-height: 1.2;
    /* color: #fff; */
    text-shadow: 0 0 10px #424b5a;
}

.vmbt-title span {
    font-size: 60px;
}

.vmbt-sub-title {
    margin-top: 25px;
    font-size: 22px;
    line-height: 1.2;
    /* color: #f8f8f8; */
}

.vmbt-button-container {
    margin-top: 30px;
}

.vm-banner-prev-arrow, .vm-banner-next-arrow {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 46px;
    height: 64px;
    transform: translateY(-50%);
    cursor: pointer;
}

.vm-banner-prev-arrow {
    left: 30px;
    background: url("../svg/pc-banner-left-arrow.svg");
}

.vm-banner-next-arrow {
    right: 30px;
    background: url("../svg/pc-banner-right-arrow.svg");
}

.vm-banner .slick-dots {
    bottom: 36px;
}

.vm-banner .slick-dots li {
    margin: 0 7.5px;
    width: 7px;
    height: 7px;
}

.vm-banner .slick-dots li button {
    padding: 0;
    width: 100%;
    height: 100%;
}

.vm-banner .slick-dots li button:before {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.3;
    content: "";
}

.vm-banner .slick-dots li.slick-active button:before {
    background: #b5965a;
    opacity: 1;
}

@media only screen and (max-width: 768px) {
    .mobile-comp .vm-banner-container {
        position: relative;
    }

    .mobile-comp .vm-banner-item {
        position: relative;
    }

    .mobile-comp .vm-banner-img-ctn {
        position: relative;
        padding-top: 58.66666667%;
    }

    .mobile-comp .vm-banner-img-ctn.short{
        padding-top: 32%;
    }

    .mobile-comp .vmba-image {
        position: absolute;
        top: 0;
        left: 0;
        /* fix banner with only one image */
        /*z-index: 30;*/
        width: 100%;
        height: 100%;
    }

    .mobile-comp .vmba-image img {
        width: 100%;
        height: 100%;
    }

    .mobile-comp .vmbt-inner {
        position: absolute;
        top: 15.81818182%;
        z-index: 40;
        width: auto;
        height: auto;
    }

    .mobile-comp .vm-text-center {
        left: 50%;
        text-align: center;
        transform: translateX(-50%);
    }

    .mobile-comp .vm-text-right {
        right: 0;
        text-align: right;
    }

    .mobile-comp .vmbt-title {
        font-size: 28px;
        font-weight: bold;
        line-height: 40px;
        white-space: nowrap;
        /* color: #fff; */
        text-shadow: 0 0 10px #424b5a;
        margin: 0;
    }

    .mobile-comp .vmbt-title span {
        font-size: 32px;
    }

    .mobile-comp .vmbt-sub-title {
        margin-top: 19px;
        font-size: 14px;
        line-height: 1.2;
        /* color: #ffffff; */
    }

    .mobile-comp .vmbt-button-container {
        margin-top: 14px;
    }

    .mobile-comp .vm-banner .slick-dotted.slick-slider {
        margin-bottom: 0;
    }

    .mobile-comp .vm-banner .slick-dots {
        bottom: 16px;
    }

    .mobile-comp .vm-banner .slick-dots li {
        margin: 0 5px;
        padding: 0;
        width: 5px;
        height: 5px;
    }

    .mobile-comp .vm-banner .slick-dots li button {
        padding: 0;
        width: 100%;
        height: 100%;
    }

    .mobile-comp .vm-banner .slick-dots li button:before {
        border-radius: 50%;
        width: 5px;
        height: 5px;
        background: #fff;
        opacity: 0.3;
        content: "";
    }

    .mobile-comp .vm-banner .slick-dots li.slick-active button:before {
        background: #b5965a;
        opacity: 1;
    }
}
