﻿.app .vendor-map {
    flex: 1 0 100%;
    margin-top: 115px;
}

@media (min-width: 768px) {
    .app .vendor-map {
        margin-top: 0px;
    }
}

.ui.vendor.modal > .content {
    padding: 3em 2em;
}
.ui.vendor.overlay.fullscreen.modal {
    width: 100vw;
    height: 100vh;
}

    .ui.vendor.modal > .content > .image + .description {
        width: 100%;
        padding-left: 3em;
    }

    .ui.vendor.modal .vendor-details-logo {
        width: 250px;
        height: auto;
    }

    .ui.vendor.modal .vendor-details-accordion {
        margin-top: 2em;
    }
    .ui.vendor.modal .inverted.vendor-details-accordion {
        background: #1b1c1d;
    }