.wizink-image-component{width:100%;position:relative}
.wizink-image-component__wrapper{width:100%;position:relative;display:block}
.wizink-image-component__wrapper--full-width{width:100%;margin-left:0;margin-right:0}
.wizink-image-component__wrapper--half-width-left{width:50%;margin-left:0;margin-right:auto}
.wizink-image-component__wrapper--half-width-right{width:50%;margin-left:auto;margin-right:0}
.wizink-image-component__wrapper--half-width-center{width:50%;margin-left:auto;margin-right:auto}
.wizink-image-component__wrapper--vertical-right{width:33.3333%;margin-left:auto;margin-right:0}
.wizink-image-component__wrapper--vertical-right .wizink-image-component__image{max-height:auto;max-width:370px;min-height:600px}
.wizink-image-component__wrapper--vertical-left{width:33.3333%;margin-left:0;margin-right:auto}
.wizink-image-component__wrapper--vertical-left .wizink-image-component__image{max-height:auto;max-width:370px;min-height:600px}
.wizink-image-component__image{width:100%;height:auto;display:block;max-height:370px;object-fit:cover;border-radius:999px}
@media(min-width:768px) and (max-width:991px){.wizink-image-component__wrapper--half-width-left,.wizink-image-component__wrapper--half-width-right,.wizink-image-component__wrapper--half-width-center{width:100%;margin-left:0;margin-right:0}
.wizink-image-component__wrapper--vertical-right{width:33.3333%;margin-left:auto;margin-right:0}
.wizink-image-component__wrapper--vertical-left{width:33.3333%;margin-left:0;margin-right:auto}
}
@media(max-width:767px){.wizink-image-component__wrapper--half-width-left,.wizink-image-component__wrapper--half-width-right,.wizink-image-component__wrapper--half-width-center,.wizink-image-component__wrapper--vertical-right,.wizink-image-component__wrapper--vertical-left{width:100%;margin-left:0;margin-right:0}
}