/*
*css
*/

.etr_videobtn {
    text-align: center;
    position: relative;
}

a.video_area {
    text-decoration: none;
}

a.etrVideobtn {
    display: block;
}

figure.single_thumbnail.lazyloaded img {
    width: 100%;
}

/* iframe{
    display: block;
    width: 850px;
    height: 400px;
    margin: 0 auto;
    text-align: center;
} */


/* 記事の黒いエリアを削除したいときはここから削除してください */
/* .etr_videobtn::before {
    content: "";
    background-color: #1010108a;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;

} */

/* .etr_thumbmask {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 9999;
} */
/* 記事の黒いエリアを削除したいときはここまでを削除してください */



.etr_msg {
    text-align: center;
    /* background: #f3f3f3; */
    padding: 10px;
    font-size: 18px;
}

span.videolink_txt {
    font-size: 1.3rem;
    color: white;
}


figure.single_thumbnail img {
    width: 95% !important;
}

a.etrVideobtn {
    text-align: center;
    background: #e285ba;
    color: white;
    text-decoration: none;
    padding: 5px;
    margin: 10px;

}

div#notWatchLink {
    text-align: center;
    text-decoration: underline;
    
}

div#popularVideoLink {
    text-align: center;
    text-decoration: underline;
}