/*Custom CSS for Birdland*/
.entry-title {
    padding: 0 10rem 0 0 !important;
    line-height: .8 !important;
}
.entry-title {

    width: 100%;
    padding: 0px !important;
}
.entry-content strong a, .entry-content a strong{font-weight:400!important;}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
    margin: 0 0 20px;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}