a.plusLink {
    position: relative
}

a.inline {
    display: inline-block
}

a.plusLink img {
    display: block;
    position: relative
}

.plusPart {
    background: rgba(0, 0, 0, .6);
    position: absolute;
    z-index: 100
}

.plusPart:nth-child(2) {
    background: rgba(0, 0, 0, .5)
}

.boxOverlay {
    position: absolute;
    z-index: 1000;
    width: 500px;
    height: 300px;
    background: #fff;
    margin: auto
}

.overlayFull {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 100000;
    overflow: hidden
}

.ytube {
    z-index: 10000;
    position: absolute
}

.ytube a.overlayClose {
    float: right;
    height: 25px;
    color: #fff;
    text-decoration: none;
    font: 20px arial black, impact, sans-serif;
    text-align: right;
    margin: 0
}

.ytube a.overlayClose:hover {
    color: #10ac84;
}

.ytube iframe {
    border: none
}