.wpc-video-widget .overlay {
    position: absolute;
    width: 40%;

}

.wpc-video-widget .overlay p {
    z-index: 1000;
    color: #fff;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
    background-color: rgba(0,0,0,0.5);
}

.wpc-video-widget .overlay p.heading{
    font-size: 2em;
    text-align: left;
    float: left;
    clear: both;
    padding: 10px 15px;
    font-weight: 500;
    width: 100%;
}
.wpc-video-widget .overlay p.subheading{
    font-size: 1em;
    float: left;
    text-align: left;
    clear: both;
    padding: 10px 15px;
    font-weight: 500;
    width: 100%;
}

@media (max-width: 768px) {
    .wpc-video-widget .overlay p.heading{
        font-size: 1em;
    }

    .wpc-video-widget .overlay p.subheading{
        display: none;
    }
}

.wpc-video-widget .overlay a.btn{
    clear: both;
    float: left;
}


.wpc-video-widget .top-left .overlay{
    position: absolute;
    width: 40%;
    background:none;
    height: auto;
    top: 10px;
    left: 10px;
}

.wpc-video-widget .top-center .overlay{
    position: absolute;
    width: 40%;
    background: none;
    height: auto;
    top: 10px;
    right: 30%;

}

.wpc-video-widget .top-right .overlay{
    position: absolute;
    width: 40%;
    background: none;
    height: auto;
    top: 10px;
    right: 15px;
}


.wpc-video-widget .middle-left .overlay{
    position: absolute;
    width: 40%;
    background: none;
    height: auto;
    top: 40%;
    left: 10px;
}

.wpc-video-widget .middle-center .overlay{
    position: absolute;
    width: 40%;
    background: none;
    height: auto;
    top: 40%;
    right: 30%;
}

@media (max-width: 768px) {
    .wpc-video-widget .middle-center .overlay{
        position: absolute;
        width: 55%;
        background: none;
        height: auto;
        top: 25%;
        right: 25%;
    }

    .cooperative-header .h2{
        font-size: 100%;
    }
}

.wpc-video-widget .middle-right .overlay{
    position: absolute;
    width: 40%;
    background: none;
    height: auto;
    top: 40%;
    right: 15px;
}

.wpc-video-widget .bottom-left .overlay {
    position: absolute;
    width: 40%;
    background: none;
    height: auto;
    bottom: 10%;
    left: 10px;
}

.wpc-video-widget .bottom-center .overlay{
    position: absolute;
    width: 40%;
    background: none;
    height: auto;
    bottom: 10%;
    right: 30%;
}

.wpc-video-widget .bottom-right .overlay{
    position: absolute;
    width: 40%;
    background: none;
    height: auto;
    bottom: 10%;
    right: 10px;
}

.wpc-video-widget .full-width .overlay{
    width: 100% !important;
    position: absolute !important;
    height: 100% !important;
    background-color: rgba(0,0,0,0.7);
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
}


.full-width p {
    background-color: transparent !important;
}

.full-width .overlay-text {
    margin-top: 20%;
}

.full-width p.heading {
    text-align: center !important;
}

.full-width p.subheading {
    text-align: center !important;
}

.full-width a.link_anchor {
    float: none;
    color: #ffc627;
    font-weight: 600;
    font-size: 2.4rem;
    text-decoration: none;
    background-color: transparent;
    border: none;
    width: 100%;
}

.full-width a.link_anchor:after {
    font-family: FontAwesome;
    content: '\f0da';
    padding: 15px;
    padding-right: 0;
}