/****** BLINK TEMPLATE MODS ******/ 

/****** TITLE (SPAN) BACK COLOR MOD ******/
.coursetag_naturaleza_castillo #indice .unit-content .header .title {
    display: inline-block;
    border-radius: 12px;
    background-color: rgba(121,141,65, .9);
    width: auto;
    max-width: 68%;
    padding: 5px 9px 5px 15px;
}

/****** REMOVE TITLE BACK COLOR ON MOBILES ******/
@media screen and (max-width: 579px){
    .coursetag_naturaleza_castillo #indice .unit-content .header .title {
        background-color: transparent;
         max-width: none;
        padding: 10px 0 0 0;
    }
}

/****** END BLINK TEMPLATE MODS ******/

/****** CSS IFRAME RESPONSIVE *******/
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 600px;
    overflow: hidden;
}
.embed-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}