/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 20 nov. 2016, 16:50:43
    Author     : Murelh
*/

.text-blck
{
    margin-bottom:2rem;
}
.blck-video{
    background-size: cover;
    padding:25% 1rem 0%;
    text-align:center;
}

.blck-video .block-title{
    color:black;
    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}

.video-responsive{
    width:100%;
}