.content-block div,
#trading-instruments .content-block div,
#fx-education .content-block div {
    width: 100%;
}

.section-video a{
    color:#111
}

.section-video a:hover{
    color:#CD0511
}

.thumbnail-container {
    position: relative;
}

.thumnail-bg {
    width: 100%;
}

.thumnail-presenter {
    position: absolute;
    height: 80%;
    width: auto;
    bottom: 0;
    right: 10px;
}

@media (min-width: 991px){
    #educational-videos .content-block {
        min-height: 275px;
    }
}

@media (max-width: 767px){
    .video-overlay{
        margin:0 auto;
    }
}