.img-center img {
    width: 100%;
}

.img {
    width: 80%;
    border-radius: 6px;
}

.img-video {
    width: 100%;
    border-radius: 6px;
}

.img-top {
    border-radius: 6px;
}

.banner-close {
    position: absolute;
    bottom: 100%;
    right: 10%;
    color: #191b24;
    background: #ffd875;
    padding: 5px 10px;
    font-size: 10px;
    border-radius: 2px;
}

@media only screen and (max-width: 660px) {

    .img {
        width: 80%;
    }

    .img-top {
        width: 80%;
    }
}

@media only screen and (min-width: 661px) and (max-width: 1024px) {
    .img {
        width: 40%;
    }

    .img-top {
        width: 40%;
    }

    .banner-close {
        right: 30%;
    }

    .img-video {
        width: 50%;
    }
}