.scwihe_overlay_style1 .scwihe_overlay_style1-img {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
}
.scwihe_overlay_style1 .scwihe_overlay_style1-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.scwihe_overlay_style1 .scwihe_overlay_style1-img::before {
    transition: all 0.5s ease;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #333;
    transform: scale(0);
}
.scwihe_overlay_style1 .scwihe_overlay_style1-img::after {
    transition: all 0.6s ease 0.2s;
    content: "";
    position: absolute;
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
    border: 1px solid #aaa;
    background: #000;
    opacity: 0;
    transform: scale(0);
}
.scwihe_overlay_style1 .scwihe_overlay_style1-img:hover::before {
    opacity: 0.5;
    transform: scale(1);
}
.scwihe_overlay_style1 .scwihe_overlay_style1-img:hover::after {
    opacity: 0.35;
    transform: scale(1);
}
.scwihe_overlay_style2-img {
    position: relative;
    --clip-start: inset(100% 100% 100% 100%);
    --clip-end: inset(0 0 0 0);
    height: 100%;
}
.scwihe_overlay_style2-img img:nth-of-type(1) {
    filter: grayscale(1) brightness(80%);
}
.scwihe_overlay_style2-img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    left: 0;
    position: absolute;
    top: 0;
}
.scwihe_overlay_style2-img img:nth-of-type(2) {
    -webkit-clip-path: var(--clip-start);
    clip-path: var(--clip-start);
    transition: -webkit-clip-path 0.5s;
    transition: clip-path 0.5s;
    transition: clip-path 0.5s, -webkit-clip-path 0.5s;
}
.scwihe_overlay_style2-img:hover img:nth-of-type(2) {
    -webkit-clip-path: var(--clip-end);
    clip-path: var(--clip-end);
}
.scwihe_overlay_style2 .scwihe_overlay_style2-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.scwihe_overlay_style3-img {
    --clip-end: ellipse(0 0 at 0 0);
    --clip-start: ellipse(150% 150% at 0 0);
    position: relative;
    height: 100%;
}

.scwihe_overlay_style3-img img:nth-of-type(1) {
    filter: grayscale(1) brightness(80%);
}
.scwihe_overlay_style3-img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    left: 0;
    position: absolute;
    top: 0;
}
.scwihe_overlay_style3-img img:nth-of-type(2) {
    -webkit-clip-path: var(--clip-start);
    clip-path: var(--clip-start);
    transition: -webkit-clip-path 0.5s;
    transition: clip-path 0.5s;
    transition: clip-path 0.5s, -webkit-clip-path 0.5s;
}
.scwihe_overlay_style3-img:hover img:nth-of-type(2) {
    -webkit-clip-path: var(--clip-end);
    clip-path: var(--clip-end);
}
.scwihe_overlay_style3 .scwihe_overlay_style3-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.scwihe_overlay_style4-img {
    --clip-end: inset(100% 0 0 0);
    --clip-start: inset(0 0 0 0);
    position: relative;
    height: 100%;
}
.scwihe_overlay_style4-img img:nth-of-type(1) {
    filter: grayscale(1) brightness(80%);
}
.scwihe_overlay_style4-img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    left: 0;
    position: absolute;
    top: 0;
}
.scwihe_overlay_style4-img img:nth-of-type(2) {
    -webkit-clip-path: var(--clip-start);
    clip-path: var(--clip-start);
    transition: -webkit-clip-path 0.5s;
    transition: clip-path 0.5s;
    transition: clip-path 0.5s, -webkit-clip-path 0.5s;
}
.scwihe_overlay_style4-img:hover img:nth-of-type(2) {
    -webkit-clip-path: var(--clip-end);
    clip-path: var(--clip-end);
}
.scwihe_overlay_style4 .scwihe_overlay_style4-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.scwihe_overlay_style5-img {
    --clip-end: ellipse(0 0 at 100% 0);
    --clip-start: ellipse(150% 150% at 100% 0);
    position: relative;
    height: 100%;
}
.scwihe_overlay_style5-img img:nth-of-type(1) {
    filter: grayscale(1) brightness(80%);
}
.scwihe_overlay_style5-img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    left: 0;
    position: absolute;
    top: 0;
}
.scwihe_overlay_style5-img img:nth-of-type(2) {
    -webkit-clip-path: var(--clip-start);
    clip-path: var(--clip-start);
    transition: -webkit-clip-path 0.5s;
    transition: clip-path 0.5s;
    transition: clip-path 0.5s, -webkit-clip-path 0.5s;
}
.scwihe_overlay_style5-img:hover img:nth-of-type(2) {
    -webkit-clip-path: var(--clip-end);
    clip-path: var(--clip-end);
}
.scwihe_overlay_style5 .scwihe_overlay_style5-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.scwihe_overlay_style6-img {
    --clip-end: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
    --clip-start: polygon(-50% 50%, 50% -50%, 150% 50%, 50% 150%);
    position: relative;
    height: 100%;
}
.scwihe_overlay_style6-img img:nth-of-type(1) {
    filter: grayscale(1) brightness(80%);
}
.scwihe_overlay_style6-img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    left: 0;
    position: absolute;
    top: 0;
}
.scwihe_overlay_style6-img img:nth-of-type(2) {
    -webkit-clip-path: var(--clip-start);
    clip-path: var(--clip-start);
    transition: -webkit-clip-path 0.5s;
    transition: clip-path 0.5s;
    transition: clip-path 0.5s, -webkit-clip-path 0.5s;
}
.scwihe_overlay_style6-img:hover img:nth-of-type(2) {
    -webkit-clip-path: var(--clip-end);
    clip-path: var(--clip-end);
}
.scwihe_overlay_style6 .scwihe_overlay_style6-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.scwihe_overlay_style7-img {
    --clip-end: circle(0);
    --clip-start: circle(125%);
    position: relative;
    height: 100%;
}
.scwihe_overlay_style7-img img:nth-of-type(1) {
    filter: grayscale(1) brightness(80%);
}
.scwihe_overlay_style7-img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    left: 0;
    position: absolute;
    top: 0;
}
.scwihe_overlay_style7-img img:nth-of-type(2) {
    -webkit-clip-path: var(--clip-start);
    clip-path: var(--clip-start);
    transition: -webkit-clip-path 0.5s;
    transition: clip-path 0.5s;
    transition: clip-path 0.5s, -webkit-clip-path 0.5s;
}
.scwihe_overlay_style7-img:hover img:nth-of-type(2) {
    -webkit-clip-path: var(--clip-end);
    clip-path: var(--clip-end);
}
.scwihe_overlay_style7 .scwihe_overlay_style7-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.scwihe_overlay_style8-img {
    --clip-end: ellipse(0 0 at 0 100%);
    --clip-start: ellipse(150% 150% at 0 100%);
    position: relative;
    height: 100%;
}
.scwihe_overlay_style8-img img:nth-of-type(1) {
    filter: grayscale(1) brightness(80%);
}
.scwihe_overlay_style8-img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    left: 0;
    position: absolute;
    top: 0;
}
.scwihe_overlay_style8-img img:nth-of-type(2) {
    -webkit-clip-path: var(--clip-start);
    clip-path: var(--clip-start);
    transition: -webkit-clip-path 0.5s;
    transition: clip-path 0.5s;
    transition: clip-path 0.5s, -webkit-clip-path 0.5s;
}
.scwihe_overlay_style8-img:hover img:nth-of-type(2) {
    -webkit-clip-path: var(--clip-end);
    clip-path: var(--clip-end);
}
.scwihe_overlay_style8 .scwihe_overlay_style8-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.scwihe_overlay_style9-img {
    --clip-end: inset(0 0 100% 0);
    --clip-start: inset(0 0 0 0);
    position: relative;
    height: 100%;
}
.scwihe_overlay_style9-img img:nth-of-type(1) {
    filter: grayscale(1) brightness(80%);
}
.scwihe_overlay_style9-img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    left: 0;
    position: absolute;
    top: 0;
}
.scwihe_overlay_style9-img img:nth-of-type(2) {
    -webkit-clip-path: var(--clip-start);
    clip-path: var(--clip-start);
    transition: -webkit-clip-path 0.5s;
    transition: clip-path 0.5s;
    transition: clip-path 0.5s, -webkit-clip-path 0.5s;
}
.scwihe_overlay_style9-img:hover img:nth-of-type(2) {
    -webkit-clip-path: var(--clip-end);
    clip-path: var(--clip-end);
}
.scwihe_overlay_style9 .scwihe_overlay_style9-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.scwihe_overlay_style10-img {
    --clip-end: ellipse(0 0 at 100% 100%);
    --clip-start: ellipse(150% 150% at 100% 100%);
    position: relative;
    height: 100%;
}
.scwihe_overlay_style10-img img:nth-of-type(1) {
    filter: grayscale(1) brightness(80%);
}
.scwihe_overlay_style10-img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    left: 0;
    position: absolute;
    top: 0;
}
.scwihe_overlay_style10-img img:nth-of-type(2) {
    -webkit-clip-path: var(--clip-start);
    clip-path: var(--clip-start);
    transition: -webkit-clip-path 0.5s;
    transition: clip-path 0.5s;
    transition: clip-path 0.5s, -webkit-clip-path 0.5s;
}
.scwihe_overlay_style10-img:hover img:nth-of-type(2) {
    -webkit-clip-path: var(--clip-end);
    clip-path: var(--clip-end);
}
.scwihe_overlay_style10 .scwihe_overlay_style10-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.scwihe_overlay_style11 .scwihe_overlay_style11-img {
    background-color: #fff;
    position: relative;
    overflow: hidden;
}
.scwihe_overlay_style11 .scwihe_overlay_style11-img::before,
.scwihe_overlay_style11 .scwihe_overlay_style11-img::after {
    height: 100%;
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    opacity: 0.4;
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.scwihe_overlay_style11 .scwihe_overlay_style11-img::after {
    left: auto;
    right: 0;
}
.scwihe_overlay_style11 .scwihe_overlay_style11-img:hover::before,
.scwihe_overlay_style11 .scwihe_overlay_style11-img:hover::after {
    width: 50%;
}
.scwihe_overlay_style11 .scwihe_overlay_style11-img img {
    width: 100%;
    height: 100%;
}

.scwihe_overlay_style12 .scwihe_overlay_style12-img {
    background-color: #fff;
    position: relative;
    overflow: hidden;
}
.scwihe_overlay_style12 .scwihe_overlay_style12-img::before,
.scwihe_overlay_style12 .scwihe_overlay_style12-img::after {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    opacity: 0.4;
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.scwihe_overlay_style12 .scwihe_overlay_style12-img::after {
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
}
.scwihe_overlay_style12 .scwihe_overlay_style12-img:hover::before,
.scwihe_overlay_style12 .scwihe_overlay_style12-img:hover::after {
    width: 100%;
    height: 100%;
    opacity: 0.3;
}
.scwihe_overlay_style12 .scwihe_overlay_style12-img img {
    width: 100%;
    height: 100%;
}

.scwihe_overlay_style13-img-bg {
    background: #000;
    background: -moz-linear-gradient(-45deg, #000000 0%, #000000 25%, #1e539e 50%, #ff3083 75%, #7800a8 100%);
    background-repeat: repeat;
    background-size: auto;
    background: -webkit-linear-gradient(-45deg, #000000 0%, #000000 25%, #1e539e 50%, #ff3083 75%, #7800a8 100%);
    background: linear-gradient(135deg, #000000 0%, #000000 25%, #1e539e 50%, #ff3083 75%, #7800a8 100%);
    background-repeat: repeat;
    background-size: auto;
    background-size: 400% 400%;
    background-repeat: no-repeat;
    display: flex;
    width: 100%;
    height: 100%;
    max-width: 100vw;
    max-height: 100vh;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: relative;
    cursor: pointer;
    transition: 0.5s all;
}
.scwihe_overlay_style13-img {
    position: absolute;
    left: 0;
    top: 0;
    background-size: auto;
    background-size: auto;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.5;
    mix-blend-mode: screen;
}
.scwihe_overlay_style13-img-bg:hover {
    background-position: 100% 100%;
}

.scwihe_overlay_style14-img-bg {
    position: relative;
    width: 100%;
    height: 100%;
    background: #000;
    transition: 0.5s;
    transform-style: preserve-3d;
    overflow: hidden;
}
.scwihe_overlay_style14-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.scwihe_overlay_style14-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.scwihe_overlay_style14-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0) linear-gradient(to right, rgb(9, 48, 40), rgb(35, 122, 87)) repeat scroll 0% 0%;
    z-index: 1;
    opacity: 0;
    transition: 0.5s;
    mix-blend-mode: multiply;
}
.scwihe_overlay_style14-img-bg:hover .scwihe_overlay_style14-img::before {
    opacity: 1;
}
