.section-padding {
    padding-top: 240px;
    padding-bottom: 0px;
}

/* --- MOBILE OVERRIDES --- */
/* Apply these styles only when the screen width is 768px or less */
@media (max-width: 768px) {
    .section-padding {
        /* Mobile configuration */
        padding-top: 30px !important;
        padding-bottom: 20px !important; 
    }
}

.div-height{
	min-height: 30px;
}
@media (max-width: 768px) {
	.div-height{
		min-height: 430px !important;
	}
}	

.portfolio-item .image_links {
    /* 1. Ensure it is visible */
    opacity: 1 !important; 
    visibility: visible !important; 
    
    /* 2. Position it correctly at the bottom (matching the hover style) */
    bottom: 0 !important; 
    
    /* 3. Ensure no transition/transform hides it, just in case */
    transform: none !important; 
}