.zensl-wrapper {
    position: relative;
}
.zensl-collection-container, .zensl-product-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}
.zensl-label-image {
    z-index: 99;
}
.zensl-wrapper .top_left {
    top: 0 !important;
    left: 0 !important;
    right: auto !important;
    bottom: auto !important;
    background-position: left top;
}
.zensl-wrapper .top_center {
    top: 0 !important;
    left: 50% !important;
    right: auto !important;
    bottom: auto !important;
    transform: translateX(-50%);
    background-position: center top;
}
.zensl-wrapper .top_right {
    top: 0 !important;
    right: 0 !important;
    left: auto !important;
    bottom: auto !important;
    background-position: right top;
}
.zensl-wrapper .middle_left {
    top: 50% !important;
    left: 0 !important;
    right: auto !important;
    bottom: auto !important;
    transform: translateY(-50%);
    background-position: left center;
}
.zensl-wrapper .middle_center {
    top: 50% !important;
    left: 50% !important;
    right: auto !important;
    bottom: auto !important;
    transform: translate(-50%, -50%);
    background-position: center center;
}
.zensl-wrapper .middle_right {
    top: 50% !important;
    right: 0 !important;
    left: auto !important;
    bottom: auto !important;
    transform: translateY(-50%);
    background-position: right center;
}
.zensl-wrapper .bottom_left {
    bottom: 0 !important;
    left: 0 !important;
    top: auto !important;
    right: auto !important;
    background-position: left bottom;
}
.zensl-wrapper .bottom_center {
    bottom: 0 !important;
    left: 50% !important;
    top: auto !important;
    right: auto !important;
    transform: translateX(-50%);
    background-position: center bottom;
}
.zensl-wrapper .bottom_right {
    bottom: 0 !important;
    right: 0 !important;
    top: auto !important;
    left: auto !important;
    background-position: right bottom;
}
.zensl-wrapper .zensl-label-text {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translateX(-50%) translateY(-50%);
    z-index: 100;
    word-wrap: break-word;
}