.banner {
    position: relative;
    margin: 0 auto -25px;
    top: -15px;
}

.badges *{
    height: 21px;
    transition: 0.3s;
}

.badges *:not(:last-child){
    margin-right: 14px;
}

.badges *:hover {
    transform: scale(1.1);
}

.scene-img {
    margin: 1.25rem auto 1rem auto;
    border-radius: 1rem;
    filter: drop-shadow(1px 2px 4px hsl(220deg 60% 50%));
}
  
iframe {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
    border-radius: 0.75rem;
    filter: drop-shadow(1px 2px 4px SlateBlue);
}

video{
    margin: 1rem auto 0.5rem auto;
    border-radius: 0.75rem;
    filter: drop-shadow(1px 2px 4px SlateBlue);
}

.mtz{
    margin-top: 0;
}

.mbz{
    margin-bottom: 0;
}

.blue-shadow {
    filter: drop-shadow(1px 2px 4px hsl(220deg 60% 50%));
}

.dview {
    display: initial;
}

.mview {
    display: none;
}

@media (max-width: 600px) {
    .dview {
        display: none;
    }
    .mview {
        display: initial;
    }
}
