.cutko-restauracie-box .obrovo-h3 {
position: relative;
color: var(--brown) !important;
margin-bottom: 52px !important;
}
@media (min-width: 1680px) {
.cutko-restauracie-box .obrovo-h3 {
width: 70%;
margin-left: auto;
margin-right: auto;
}
}
.cutko-restauracie__wrapper .cutko-restauracie-box .cpt-content__inner {
padding-bottom: 0; }
.bg-podklad__wood-multi {
position: relative;
}
.bg-podklad__wood-multi svg {
position: absolute;
bottom: 15px;
left: 0;
width: 100%;
height: auto;
z-index: -1;
} .cutko-grid-box .wide-aspect-ratio svg {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 50%;
transform: translate(-50%, 0%);
}
.icon__svg.icon__svg--lupa {
position: absolute;
display: block;
z-index: 2;
top: 50%;
left: 50%;
transform: translate(-50%, -50%) scale(1) rotate(0deg);
width: 51px;
height: 47px;
transition: all 0.3s ease;
}
.cutko-thumb-link:hover .icon__svg.icon__svg--lupa {
transform: translate(-50%, -50%) scale(1.21) rotate(5.3deg);
}