/* flickity overwrites */

.video-wrap {
    position: relative;
    width: 100%;
    height: 400px;
}

iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    border-width: 0;
    border-style: none !important;
  }

.carousel-cell {
    height: 100% !important;
    width: 100%;
}

.carousel-cell>img {
    max-height: 100%;
    max-width: 100%;
}

.flickity-button {
    background: none;
}

.cr-1 {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
}

.span-all {
    grid-area: 1 / 1 / 1 / 1;
}

.z-2 {
    z-index: 2;
}

.next {
    grid-column: 5/5;
}

.no-events {
    pointer-events: none;
}

.span-3 {
    grid-column: span 3;
}

.col-5 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    display: grid;
}

.h100 {
    display: grid;
    height: 100%;
}

.button-group {
    display:none;
}

/* Button Reset */

button {
    height: 100%;
    border: none;
    margin: 0;
    text-decoration: none;
    background: none;
    font-family: sans-serif;
    font-size: 1rem;
    cursor: pointer;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
}

button:focus {
    outline: none;
    outline-offset: -4px;
}

button:active {
    transform: scale(0.99);
}

.prev:hover {
    cursor: w-resize;
}

.next:hover {
    cursor: e-resize;
}

@media only screen and (orientation: portrait) {
    /* .h100 {
        height: 100%;
    } */
}