/* Work */
.work-detail h3 {
    font-size: 21px;
    line-height: 28px;
    letter-spacing: 2px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #000000;
    text-transform: uppercase;
    font-weight: 300;
    color: #58595b;
}

.work-detail h4 {
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 1px;
    font-weight: 300;
    color: #58595b;
}

.work-detail h4.work-detail-title {
    font-weight: 700;
    margin-bottom: 5px;
}

.work-detail h1 {
    font-size: 28px;
    line-height: 46px;
    letter-spacing: 1px;
    padding-bottom: 30px;
    margin-bottom: 20px;
    font-weight: 400;
    text-transform: capitalize;
    color: #231f20;
}

.work-detail p {
    font-size: 19px;
    line-height: 33px;
    letter-spacing: 1px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    font-weight: 400;
    text-transform: capitalize;
    color: #231f20;
}

.work-video {
    padding: 0;
    min-height: 450px;
}
@media (max-width: 576px) {
    .work-video {
        min-height: 250px;
    }
}

.work-video .outer .middle .inner .work-name {
    display: block;
    text-align: center;
    vertical-align: middle;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 200;
    font-size: 2.2em;
    text-transform: uppercase;
    color: #ffffff;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.work-video .outer .middle .inner .work-name {
    opacity: 1;
}

.work-video .outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

.work-video .outer .middle {
    display: table-cell;
    vertical-align: middle;
}

.work-video .outer .middle .inner {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    /*whatever width you want*/
}
@media (max-width: 576px) {
    .work-video .outer .middle .inner {
        width: 90%;
    }
}

.work-view-top {
    top: 0px;
    height: auto;
    display: block;
    width: 100%;
}
@media (max-width: 576px) {
    .work-view-top {
        height: auto;
    }
}

.work-view-top > img {
    top: 0px;
}

.work-view-play {
    height: auto;
    display: block;
    width: 100%;
}
@media (max-width: 576px) {
    .work-view-play {
        height: auto;
    }
}

.bg {
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    margin: 0px;

    background-size: 100%;
    height: 52.7vw;
}

.embed-container {
    overflow: hidden;
    position: relative;
    min-width: 100%;
    padding: 0px;
}

.embed-container iframe, .embed-container object, .embed-container embed {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    min-width: 100% !important;
    margin: 0px;
}

.embed-container img {
    min-width: 100%;
    min-height: 100%;
    height: auto;
}

.video_play {
    cursor: pointer;
}

.video_play > div > i {
    color: rgba(255, 255, 255, 0.3);
    font-size: 75px;
    transition-duration: 0.3s;
}

.video_play:hover > div > i {
    color: white;
    font-size: 75px;
}
