/*
Theme Name: diesedrei
Template: hello-elementor
Text Domain: diesedrei
*/

.projekt-media {
    position: relative;
}

.projekt-media__sizer,
.projekt-media__item {
    width: 33.333%;
}

.projekt-media__item {
    margin: 0 0 24px;
    box-sizing: border-box;
}


.projekt-media__video,
.projekt-media__embed {
    width: 100%;
    position: relative;
}

.projekt-media__embed iframe {
    width: 100%;
    height: 100%;
}

@media (max-width: 1100px) {
    .projekt-media__sizer,
    .projekt-media__item {
        width: 50%;
    }
}

@media (max-width: 700px) {
    .projekt-media__sizer,
    .projekt-media__item {
        width: 100%;
    }
}
