.showroom-container {
    gap: 7%;
}
.showroom-container div {
    flex: 50%;
}
.showroom-container ul li {
    list-style-type: none!important;
}
.iframe-container-video {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 42.25%;
}
.iframe-container-video iframe {
    position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.showroom-map iframe {
    width: 100%;
    height: 100%;
}

.mobile-spacer {
    display: none;
}
.showroom-container a {
    text-decoration: none;
    color: var(--primary-text);
}

@media screen and (max-width: 1000px) {
    .showroom-map iframe {
        width: 100%;
        height: 100%;
    }
}

@media screen and (max-width: 768px) {
    .showroom-container {
        flex-direction: column;
    }
    .showroom-map {
        flex-direction: column-reverse;
    }
    .mobile-spacer {
        display: block;
    }
}