.title-style {
    display: block;
    width: calc(100% - 40px);
    left: 20px;
    top: 20px;
    font-family: var(--main-title-fam);
    font-size: 60px !important;
    line-height: 1;
}
.text-style {
	display: block;
    width: calc(100% - 40px);
    left: 20px;
    bottom: 20px;
    font-family: var(--main-text-fam);
    font-size: 20px !important;
    line-height: 1.5;
}
.it-block-wrapper {
    border-radius: 10px;
    overflow: hidden;
}
.it-block-wrapper img {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: auto;
    transform: translate(-50%, -50%);
    max-width: initial;
    max-height: initial;
}
.it-video {
    position: absolute;
    left: 50%;
    top: 50%;
    min-width: 100%;
	min-height: 100%;
    height: auto;
	width: auto;
	max-width: 200%;
    transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1440px) {
    .title-style {font-size: 40px !important;}
}
@media only screen and (max-width: 1024px) {
	.title-style {font-size: 32px !important;}
}
@media only screen and (max-width: 781px) {
	.it-block-wrapper {height: 50vh !important; margin-bottom: 20px;}
}