/*
    Media: JPG, PNG, WebP, SVG icons
*/
.image-holder, .image-wrap {
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.jdd-asset.jdd-inline-svg {
    position: relative;
}
.jdd-asset.jdd-inline-svg > svg {
    width: 32px;
    height: 32px;
}
@media screen and (max-width: 991px) {
    .jdd-asset.jdd-inline-svg > svg {
        width: 24px;
        height: 24px;
    }
}
