@import 'theme-org.min.css';
.content-type-home  .has-bg-embeded {
    aspect-ratio: initial;
    height: 100vh;
}

.content-type-home .has-bg-embeded .image-crop-16x9 {
    aspect-ratio: initial;
    height: 160vh;
    width: 160%;
    margin-left: -30%;
    margin-top: -30vh;
}

@media screen and (orientation: portrait) {
    .content-type-home .has-bg-embeded .image-crop-16x9 {
        width: 400%;
        margin-left: -200%;
    }
}