Adresse
Webers Webdesign
Ludwig-Schopp-Straße 27
53117 Bonn
full-bg-image
– because there is no element option to have background-image for entire grid-row
#top .av-layout-grid-container.full-bg-image {
background-image: url(https://webers-testseite.de/wp-content/uploads/Freeze-Flat-in-the-freezer-PRIVER.jpg);
background-repeat: no-repeat;
background-size: cover;
}
#top .av-layout-grid-container.full-bg-image .av_one_fourth .avia-video {
border: 2px solid #fff;
border-radius: 100px 0 0 0;
overflow: hidden;
margin-bottom: -2px !important;
right: 0 !important;
left: auto;
}
@media only screen and (min-width: 768px) {
#top .av-layout-grid-container.full-bg-image {
min-height: 500px
}
#top .av-layout-grid-container.full-bg-image .flex_cell:first-child {
width: calc(100vw - 500px)
}
#top .av-layout-grid-container.full-bg-image .flex_cell:last-child {
width: 500px;
padding: 0 !important;
}
#top .av-layout-grid-container.full-bg-image .av_one_fourth .avia-video {
margin-bottom: 0 !important;
border: 2px solid #fff;
border-radius: 100px 0 0 0;
overflow: hidden;
margin-bottom: -2px !important;
}
}
@media only screen and (max-width: 768px) {
.responsive #top #wrap_all .av-layout-grid-container.full-bg-image .flex_cell:last-child {
padding: 0 !important;
padding-left: 50px !important;
}
#top .av-layout-grid-container.full-bg-image .av_one_fourth .avia-video {
margin-right: -2px !important;
}
}