/* Desktops/col-md */
@media screen and (max-width:991px) {
    #edit_event_video {
        width: 100% !important;
        height: auto !important;
    }
    #quote_1 {
        margin-bottom: 30px;
    }
}
/* Phones/col-xs */
@media screen and (max-width:767px) {
    .text_align_left_mobile {
        text-align: left !important;
    }
    .text_align_center_mobile {
        text-align: center !important;
    }
}
