.zone {
    .small-hero-widget {
        left: 0;
        right: 0;
        position: relative;
    }
}

.small-hero-widget {
    max-height: 300px;
    width: 100%;
    background-position: center;
    background-size: cover;
    height: 300px;
    position: relative;
    padding: 0 !important;
    img {
        width: 100%;
        bottom: 0;
        position: absolute;
        left: 0;
        right: 0;
        padding: 0;
        height: auto;
    }
    &.widget {
        padding: 0 !important;
    }
}


/* Small devices (tablets, 767px and down) */
@media (max-width: 767px) {
    .small-hero-widget {
        height: 100px;
        width: 100%;
    }
}


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .small-hero-widget {
        height: 300px;
        width: 100%;
    }
}


/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .small-hero-widget {
        height: 300px;
        width: 100%;
    }
}


/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .small-hero-widget {
        height: 300px;
        width: 100%;
    }
}