#ytblok {
    position: relative;
    color: #fff;
    margin: 30px auto;
    width: 685px;
}

#ytblok img {
    width: 100%;
    border-radius: 15px
}

#ytblok .vtitle {
    color: #fff;
    font-size: 18px;
    -webkit-box-flex: 1;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: 24px
}

#ytblok a {
    text-decoration: none;
    color: #fff
}

#ytblok .up {
    font-size: 14px;
    line-height: 20px;
    position: absolute;
    top: 0;
    color: #fff;
    background-color: rgba(0,0,0,.2);
    width: 100%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px
}

#ytblok .upbox {
    padding: 5px 20px
}

#ytblok .down {
    font-size: 14px;
    line-height: 20px;
    height: 25px;
    position: absolute;
    bottom: 11px;
    color: #fff;
    background-color: rgba(0,0,0,.53);
    padding-left: 15px;
    padding-right: 10px;
    margin-left: 1px;
    padding-top: 5px
}

#ytblok .linklogo {
    height: 16px;
    z-index: 64;
    text-align: left
}

#ytblok .kijk {
    height: 20px;
    float: left
}

#ytblok .textline,#ytblok .yticon {
    vertical-align: middle;
    display: inline-block
}

#ytblok .textline {
    margin-right: 10px;
    font-size: 12px
}

#ytblok .videoauthor {
    font-size: 12px;
    color: #fff
}

#ytblok .playbutton {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -69px;
    margin-top: -48px;
    z-index: 64;
    width: 138px;
    height: 86px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .7
}

#ytblok:hover .playbutton {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1
}

.ytnotfound {
    background-color: #666;
    color: #fff;
    margin: 20px 0;
    padding: 10px 20px;
    border-radius: 10px
}


@media only screen and (min-device-width: 319px) and (max-device-width: 440px) and (orientation: portrait) {
    
    #ytblok .playbutton {
        width: 104px;
        height: 64px;
        margin-top: -28px;
       -webkit-filter: grayscale(0%);
       filter: grayscale(0%);
       opacity: 1 
    }
    
    
    #ytblok img {
        width: 100%;
    }
    
    #ytblok {
        margin: 30px 0;
        width: 100%;
    }
    
}