/*
Basic CSS for event page. These styles can be modified and overwritten by including the following file in your theme:

css/press-single.css
*/

#galan_press {

}

.galan_press_outlet_logo {
    float: right;
    vertical-align: top;
    margin-left: 20px;
}


.galan_press_video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.galan_press_video iframe, .galan_press_video .fb_iframe_widget {
    position: absolute;
    top: 0;
    left: 4%;
    width: 92%;
    height: 100%;
}



#galan_press .btn {
    margin: 20px auto;
}

.section.post #galan_press .post-content a {
    color: #fff;
}
