.teamsi-featured-modal {
    background-color: rgba(0, 0, 0, .8);
    bottom: 0;
    display: none;
    left: 0;
    overflow: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1;
}

.teamsi-featured-modal .teamsi-featured-modal-container {
    display: block;
    height: auto;
    margin: 15% auto 0;
    max-width: 60rem;
    padding: 3%;
    position: relative;
    z-index: 10;
}

.teamsi-featured-modal .teamsi-featured-modal-content {
    box-shadow: 0 .3125rem 1.875rem rgba(0, 0, 0, .2);
}

.teamsi-featured-modal .teamsi-featured-modal-close {
    background: transparent;
    border: none;
    color: #fff;
    display: block;
    font-weight: bold;
    opacity: .7;
    padding: .5rem;
    text-transform: uppercase;
    position: relative;
    margin-left: auto;
}

.teamsi-featured-modal .teamsi-featured-modal-clos:hover {
    opacity: 1;
}

.teamsi-featured-modal .teamsi-featured-video-container {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 1.875rem;
    position: relative;
}

.teamsi-featured-modal .teamsi-featured-video-container iframe,
.teamsi-featured-modal .teamsi-featured-video-container object,
.teamsi-featured-modal .teamsi-featured-video-container embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

@media (min-width: 768px) {
    .teamsi-featured-modal .teamsi-featured-modal-container {
        margin-top: 7%;
    }
}
