/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 20 2026 | 09:50:14 */
.imgHover img{
	transition: all 0.3s ease;
}
.imgHover:hover img{
	transform: scale(1.05) rotate(0deg) translate(0px, -10px) skewX(0deg);
	box-shadow: 0 20px 25px rgba(0, 0, 0, 0.3);
	opacity: 1;
	filter: brightness(1.1);
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	...}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	...}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	...}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	...}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	.divImg .vc_col-sm-4 {
		max-height: 650px;
		width: auto;
	}
}
