.full-image-section {
    margin: 0.9rem 0;
    position: relative;
    display: block;
}

.full-image-section .image-wrap {
        width: 100%;
        height: 7.61rem;
        position: relative;
        border-radius: 0.2rem;
        overflow: hidden;
    }

:is(.full-image-section .image-wrap) img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            vertical-align: middle;
        }

.full-image-section .img-desc {
        margin-top: 0.1rem;
        display: block;
        position: relative;
    }

@media screen and (max-width: 768px) {

    .full-image-section {
        margin: 0.6rem 0;
}

        .full-image-section .image-wrap {
            height: 1.9rem;
        }
    }
