/**
 * Index fejlec/hero resz
 */
#utcai-main {
}

#utcai-main video {
    object-fit: cover;
    width: 100%;
    height: 640px;
    position: relative;
    z-index: -1;
    vertical-align: top;
}

#utcai-main .text--holder {
    position: absolute;
    z-index: 1;
    top: 120px;
    width: 100%;
    height: calc(100% - 120px);
}

#utcai-main {
    position: relative;
    z-index: 1;
}

#box1 .scale img {
    height: calc(100% + 120px);
    position: relative;
    top: 0px;
    border-radius: 10px;
    transform: scale(1.1);
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.2);
}

