.usp-box .thumb {
    margin: 0 auto 20px;
    width: 109px;
    height: 109px;
    border-radius: 55px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: auto;
}

.reis-box img {
    width: 100%;
    height: 100%;
    max-height: 176px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.logboek .logboek-item .thumb {
    width: 100%;
    height: 176px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Video
----------------------------------------------*/
.video-container,
.video-container-small {
    background-position: 50% 50%;
    background-color: #000;
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding: 0 !important;
    cursor: pointer;
    position: relative;
    margin: 20px 0;
}

.video-container-small .play,
.video-container .play {
    background: url("../img/youtube-play.png") 0 0 no-repeat;
    width: 64px;
    height: 45px;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    margin: -23px 0 0 -32px;
}

.video-container,
.video-container iframe,
.video-container img {
    width: 484px;
    height: 272px;
    display: block;
}

.video-container-small,
.video-container-small iframe,
.video-container-small img {
    width: 100%;
    height: 150px;
    display: block;
}

@media (max-width: 480px) {
    .video-container, .video-container iframe, .video-container img {
        width: 100%;
        height: 150px;
    }
}

/*RSS feed styling, Pinterest*/
.square {
    width: 63px;
    height: 63px;
    overflow: hidden;
}

.pinThumb {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 63px; /* same value as thumb 1 in config file */
    height: 63px; /* same value as thumb 1 in config file */
}
