
.img_cont {
    background-color: #383838;
    text-align: center;
    padding: 12px;
    margin: 8px 0 5px;
}

.img_cont img {
    border: 1px solid #fff;
    width: 100%;
}


.youtube-player {
    position: relative;
    padding-bottom: 55.5%;
    /* Use 75% for 4:3 videos */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    margin: 5px;
}

.youtube-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: transparent;
}

.youtube-player img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
}

.youtube-player .play {
    height: 30px;
    width: 42px;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -15px;
    position: absolute;
    border-radius: 9px;
    background: url("../../image/website/arrow.png") 50% 50% no-repeat;
    background-color: rgba(0, 0, 0, .5);
    cursor: pointer;
}

.youtube-player:hover .play {
    background-color: #cc181e;
}
.b-big b{
    font-size: 20px;
    color: #e57f25;
}
.kisbetu{
    text-transform: none;
}