.videos-list .video {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    margin-top: 40px;
    position: relative;
}

.videos-list .videos {
    margin: 0;
}

.videos-list .video:first-child {
    margin-top: 0px;
}

.videos-list .more-button {
    width: 100%;
    text-align: center;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
    display: inline-block;
    border-radius: 1px;
    font-size: 18px;
    text-align: center;
}

.videos-list .more-button a {
    color: #fff;
    background: #479ccf;
    border: 1px solid #3793cb;
    text-shadow: 0 1px 0 #3188bc;
    text-decoration: none;
    padding: 11px 30px;
    transition: background 0.2s linear 0;
}

.videos-list .more-button a:focus,
.videos-list .more-button a:hover  {
    background: #5ba7d4;
    color: #fff;
}

.videos-list .more-button a:focus {
    background: #5ba7d4;
    color: #fff;
    box-shadow: inset 0 0 8px #3188bc;
}

.videos-list .more-button .disabled {
    opacity: 0.5;
    cursor: wait;
}

.videos-list .video-image {
    float: left;
}

.videos-list .video .message {
    position: relative;
    line-height: 1.25em;
}

.videos-list .video .message-wrapper .related-products {
    font-weight: 700;
    margin-top: 10px;
}

.videos-list .video { zoom: 1; }
.videos-list .video:after { content: '.'; clear: both; height: 0; font-size: 0; display: block; visibility: hidden; }

@media (max-width: 520px) {
    .videos-list .video-image {
        float: none;
    }
    .videos-list .video .message-wrapper {
        margin-left: 0 !important;
    }
}
@media (max-width: 730px) {
    .col3-layout .videos-list .video-image {
        float: none;
    }
    .col3-layout .videos-list .video .message-wrapper {
        margin-left: 0 !important;
    }
}
@media (max-width: 650px) {
    .col2-left-layout .videos-list .video-image,
    .col2-right-layout .videos-list .video-image {
        float: none;
    }
    .col2-left-layout .videos-list .video .message-wrapper,
    .col2-right-layout .videos-list .video .message-wrapper {
        margin-left: 0 !important;
    }
}