#right_videos { width: 100%; box-sizing: border-box; padding: 0 15px; }

#right_videos h3 { font-size: 24px; margin-top: 0; }

.right_videos_more { font-size: 16px; margin-bottom: 0; text-align: left; padding-top: 10px; }
.right_videos_more a { color: #333333; }
.right_videos_more a:hover { color: #882600; }
.right_videos_more a:focus { color: #882600; }



@media screen and (max-width: 768px) {
    
    #right_videos { width: 48%; float: right; box-sizing: border-box; padding: 0 0 20px 0; }
    
}

@media screen and (max-width: 550px) {
    
    #right_videos { width: 100%; float: none; }
    
}