.so-widget-ozimas-box-animation-widget-style-d75171398898-14652 {
  /*
.project__thumb::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background-color: rgba(252, 104, 34, 0.65);
	-webkit-transition: width 0.5s;
	transition: width 0.5s;
}
*/
}
.so-widget-ozimas-box-animation-widget-style-d75171398898-14652 .project__item {
  float: left;
}
.so-widget-ozimas-box-animation-widget-style-d75171398898-14652 .project__thumb {
  position: relative;
  overflow: hidden;
}
.so-widget-ozimas-box-animation-widget-style-d75171398898-14652 .project__title {
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 20px;
}
.so-widget-ozimas-box-animation-widget-style-d75171398898-14652 .project__sub-title {
  font-size: 14px;
  margin-top: 10px;
  display: block;
}
.so-widget-ozimas-box-animation-widget-style-d75171398898-14652 .project__link {
  color: #fff;
  text-decoration: none;
}
.so-widget-ozimas-box-animation-widget-style-d75171398898-14652 .project__content {
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: right 0.5s;
  transition: right 0.5s;
}
.so-widget-ozimas-box-animation-widget-style-d75171398898-14652 .project__thumb:hover::before {
  width: 100%;
}
.so-widget-ozimas-box-animation-widget-style-d75171398898-14652 .project__thumb:hover .project__content {
  right: 0;
}
.so-widget-ozimas-box-animation-widget-style-d75171398898-14652 .project__title .project__link::before {
  content: '';
  width: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 0;
  top: -5px;
  margin-left: 20%;
  -webkit-transition: width 0.5s 0.5s;
  transition: width 0.5s 0.5s;
}
.so-widget-ozimas-box-animation-widget-style-d75171398898-14652 .project__title .project__link::after {
  content: '';
  width: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  right: 0;
  bottom: -5px;
  margin-right: 20%;
  -webkit-transition: width 0.5s 0.5s;
  transition: width 0.5s 0.5s;
}
.so-widget-ozimas-box-animation-widget-style-d75171398898-14652 .project__thumb:hover .project__title .project__link::before,
.so-widget-ozimas-box-animation-widget-style-d75171398898-14652 .project__thumb:hover .project__title .project__link::after {
  width: 60%;
}
.so-widget-ozimas-box-animation-widget-style-d75171398898-14652 .project__image-mobile {
  display: none;
}
.so-widget-ozimas-box-animation-widget-style-d75171398898-14652 .project__thumb:after {
  content: '';
  background-image: url(/wp-content/uploads/2018/01/button-mobile.png);
  width: 168px;
  background-size: 170px;
  background-repeat: no-repeat;
  height: 114px;
  position: absolute;
  z-index: 3;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 780px) {
  .so-widget-ozimas-box-animation-widget-style-d75171398898-14652 .project__image-hide-mobile {
    display: none;
  }
  .so-widget-ozimas-box-animation-widget-style-d75171398898-14652 .project__image-mobile {
    display: inline;
  }
  .so-widget-ozimas-box-animation-widget-style-d75171398898-14652 .project__thumb:before,
  .so-widget-ozimas-box-animation-widget-style-d75171398898-14652 .project__thumb .project__content {
    display: none !important;
  }
}