/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 11 2025 | 18:51:27 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 




@media screen and (max-width: 768px) {
  /* Set fixed height for Smart Slider container */
 .uniiq #n2-ss-2 .n2-ss-slide,
 .uniiq #n2-ss-2 .n2-ss-slide-backgrounds,
 .uniiq #n2-ss-2 .n2-ss-slider-3 {
    height: 300px !important; /* adjust as you like */
  }
	
#left01,#left012 {  width: 86% !important;
}

 .uniiq #n2-ss-2 img {
    height: 100% !important;
    object-fit: cover; /* prevent stretching */
  }
}



