/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 02 2024 | 11:46:04 */
.mfp-title { display: none !important; }

.mfp-counter { display: none !important; }

/* 

	Projekty portfolio grid 

*/
.et_pb_portfolio_item h2 a {
	font-size: 16px !important;
	line-height: 1.2 !important;
}
@media only screen and (min-width: 1px) and (max-width: 468px) {
    .et_pb_portfolio_item > h2.et_pb_module_header  {
        padding-bottom: 40px !important;
    }
}



	 /*----------Custom Divi Gallery----------*/

.et_pb_gallery_grid .et_pb_gallery_item img {
    transform: scale(1.03);
    transition: transform 0.5s, opacity 0.5s;
    width: 100%; /* Nastavte šířku na 100% */
    height: auto; /* Automatická výška pro zachování poměru stran */
    aspect-ratio: 3 / 2; /* Poměr stran 3:2 */
    object-fit: cover; /* Udržujte obrázky oříznuté podle velikosti */
}

.et_pb_gallery_grid .et_pb_gallery_item img:hover {
    transform: scale(1.15);
    opacity: 1;
}

.et_pb_gallery_grid .et_pb_gallery_item {
    padding: 2px;
    width: 22%!important;
    clear: right!important;
}

@media only screen and (max-width: 468px) {
    .et_pb_gallery_grid .et_pb_gallery_item:nth-child(n) {
        width: 33% !important;
    }
}
	
