.row img
{
    width: 100%;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0; 
}
.embed-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 660px;
    background:white;
    margin-bottom: 120px;
}

h1 {
    font-family: 'Baloo Chettan 2', cursive;
    font-weight: bold;
    color: #8ebb76;
    line-height: 1.4;
    text-rendering: optimizeLegibility;
    margin: 25px 0px;
}

h2 {
    font-family: 'Baloo Chettan 2', cursive;
    font-weight: bold;
    color: #8ebb76;
    line-height: 1;
    text-rendering: optimizeLegibility;
}

.btn-link {
    font-family: 'Baloo Chettan 2', cursive;
    color: #8ebb76;
    line-height: 1.4;
    text-rendering: optimizeLegibility;
    text-transform: uppercase;
    padding: 12px;
    border: 1px solid #8ebb76;
    margin-top: 20px;
}

p {
    font-family: 'Baloo Chettan 2', cursive;
    font-weight: normal;
    color: #464645;
    font-weight: bold;
    font-size: 18px;
}