img.bg.bg-cover {
transition: 1s cubic-bezier(0.46, 0.03, 0.52, 0.96);
}
img.bg.bg-cover:hover {
width: 105%;
height: 105%;
}

@media (max-width: 768px) {
.title-big {
width: 100%;
font-size: calc(var(--title-big-font-size) * .8) !important;
line-height: calc(var(--title-big-line-height) * .8) !important;
}
.title {
width: 100%;
font-size: calc(var(--title-font-size) * .9) !important;
line-height: calc(var(--title-line-height) * .9) !important;
}
.subtitle {
width: 100%;
font-size: calc(var(--subtitle-font-size) * .9) !important;
line-height: calc(var(--subtitle-line-height) * .9) !important;
}
}