@media screen and (min-height: 0px) {
    .h_iframe {
        height: 300px;
    }
}

@media screen and (min-height: 750px) {
    .h_iframe {
        height: 400px;
    }
}

@media screen and (min-height: 850px) {
    .h_iframe {
        height: 500px;
    }
}

@media screen and (max-width: 600px) {
    #eventos {
        width: 95% !important;
    }

    #eventos h2 {
        margin-left: 1em;
    }

    .event_image img {
        width: 80%;
    }

    .event_image h3 {
        font-size: 0.9em;
    }

    .event_image p {
        font-size: 0.7em !important;
    }
}

@media screen and (min-width: 600px) {
    .event_image img {
        width: 60%;
    }

    .event_image h3 {
        font-size: 1.2em;
    }

    .event_image p {
        font-size: 1em !important;
    }
}

#events h2 {
    margin-bottom: 1em !important;
}

.h_iframe {
    margin-top: 1em;
    /*min-height: 300px;*/
    overflow: hidden;
    border: 1px solid black;
    padding: 0;
}

.h_iframe iframe {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;

}

.event_image {

}

.event_image img {
    display: block;
    margin: 0em auto 2em auto;
    border: 0.2em solid white;
    box-shadow: 0px 4px 12px #777777;
}

.event_image h3 {
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    /*line-height: 0em;*/
    margin-bottom: 0;
    padding-bottom: 0;
}

.event_image p {
    text-align: center !important;
    /* line-height: 0em !important;*/
    margin-top: 0 !important;
    padding-top: 0 !important;
    margin-bottom: 0em !important;
}