
.scwihe_image_style1-img {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: all 200ms ease-in;
    filter: grayscale(1) opacity(0.8);
}

.scwihe_image_style1-img:hover {
    filter: grayscale(0) opacity(1);
}

.scwihe_image_style1-img::before,
.scwihe_image_style1-img::after {
    transform: scaleY(-1);
}

.scwihe_image_style1-img:hover::after {
    content: "";
    background-image: inherit;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    width: inherit;
    height: 40%;
    position: absolute;
    bottom: -41%;
}

.scwihe_image_style1-img:hover::before {
    content: "";
    width: inherit;
    height: 42%;
    position: absolute;
    bottom: -41%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.5));
    z-index: 1;
}

.scwihe_image_style2-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.25s;
}
.scwihe_image_style2-img {
  background-color: #FFF;
  position: relative;
  overflow: hidden;
}
.scwihe_image_style2-img:hover img {
  -moz-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.scwihe_image_style3-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.25s;
  -moz-transform: scale(1.5);
-webkit-transform: scale(1.5);
-o-transform: scale(1.5);
-ms-transform: scale(1.5);
transform: scale(1.5);
}
.scwihe_image_style3-img {
  background-color: #FFF;
  position: relative;
  overflow: hidden;
}
.scwihe_image_style3-img:hover img {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.scwihe_image_style4-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.25s;
}
.scwihe_image_style4-img {
  background-color: #FFF;
  position: relative;
  overflow: hidden;
}
.scwihe_image_style4-img:hover img {
  -moz-transform: scale(1.5) rotate(-20deg);
-webkit-transform: scale(1.5) rotate(-20deg);
-o-transform: scale(1.5) rotate(-20deg);
-ms-transform: scale(1.5) rotate(-20deg);
transform: scale(1.5) rotate(-20deg);
}

.scwihe_image_style5-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
transition: all 1s;
-moz-transition: all 1s;
-webkit-transition: all 1s;
-o-transition: all 1s;
  filter: blur(3px);
-webkit-filter: blur(3px);
-moz-filter: blur(3px);
-o-filter: blur(3px);
-ms-filter: blur(3px);
}
.scwihe_image_style5-img {
  background-color: #FFF;
  position: relative;
  overflow: hidden;
}
.scwihe_image_style5-img:hover img {
filter: blur(0px);
-webkit-filter: blur(0px);
-moz-filter: blur(0px);
-o-filter: blur(0px);
-ms-filter: blur(0px);
}

.scwihe_image_style6-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
transition: all 0.2s;
-moz-transition: all 0.2s;
-webkit-transition: all 0.2s;
-o-transition: all 0.2s;

}
.scwihe_image_style6-img {
  background-color: #FFF;
  position: relative;
  overflow: hidden;
}
.scwihe_image_style6-img:hover img {
  filter: blur(3px);
-webkit-filter: blur(3px);
-moz-filter: blur(3px);
-o-filter: blur(3px);
-ms-filter: blur(3px);
}

.scwihe_image_style7-img {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: hidden;
  position:relative;
}
.scwihe_image_style7-img::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.scwihe_image_style7-img:hover::before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}
.scwihe_image_style7-img img {
  width: 100%;
  height: 100%;
  object-fit:cover;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

.scwihe_image_style8-img-bg {
  border-radius: 16px;
  width: 100%;
  height: 100%;
  background: url(../images/1.jpg);
  position: relative;
  overflow: hidden;
  box-shadow: 0 5px 50px rgba(0, 0, 0, 0.85);
}
.scwihe_image_style8-img-bg:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.42);
}
.scwihe_image_style8-img-bg .scwihe_image_style8-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
.scwihe_image_style8-img-bg .scwihe_image_style8-img span {
  width: 25%;
  height: 100%;
  transition: 0.5s;
}
.scwihe_image_style8-img-bg .scwihe_image_style8-img span:nth-child(1) {
  background-position: 0;
  transition-delay: 0;
}
.scwihe_image_style8-img-bg .scwihe_image_style8-img span:nth-child(2) {
  background-position: 33.33333%;
  transition-delay: 0.1s;
}
.scwihe_image_style8-img-bg .scwihe_image_style8-img span:nth-child(3) {
  background-position: 66.66666%;
  transition-delay: 0.2s;
}
.scwihe_image_style8-img-bg .scwihe_image_style8-img span:nth-child(4) {
  background-position: 100%;
  transition-delay: 0.3s;
}

.scwihe_image_style8-img-bg:hover .scwihe_image_style8-img > span {
  transform: translateY(-100%);
}

.sch-all {
  box-sizing: border-box;
  width: 100%;
  float: left;
  position: relative;
  display: grid !important;
  grid-template-columns: 1fr;
  grid-gap: 20px;
  height: 280px;
  margin-bottom: 20px;
}