/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 10 2020 | 03:01:01 */
.img-tilt img{
    width: 252px !important;
    height: 252px;
    object-fit: cover;
}

.img-tilt a{
    transform: matrix(0.97, 0.26, -0.26, 0.97, 0, 0);
}

.img-tilt .elementor-image:before {
    content: '';
    display: block;
    position: absolute;
    top: -30px;
    left: -30px;
    width: 252px;
    height: 252px;
    background: #F5974A 0% 0% no-repeat padding-box;
  border-radius: 10px;
  opacity: 0.5;
    z-index: unset;
    transform: matrix(0.97, 0.26, -0.26, 0.97, 0, 0);
}