#video-iframe {
    width: 100%;
    max-width: 650px;
    margin: auto;
    display: block;
    height: 400px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}

.section .column img {
    width: 100%;
} 

.section .column_attr {
    margin: 0px 20px;
    overflow: hidden;
}

.section .column_attr h5 {
    text-align: justify;
}

.section .image_wrapper {
    padding: 0px 20px;
}

#contactWrapper {
    margin: 0px -1%;
    overflow: hidden;
}

#footer {
    margin-top: 40px;
    background-color: #1c618c;
    padding: 10px 0px;
    color: white;
    text-align: center;
}

@media screen and (max-width: 768px) {
    #contactWrapper {
        margin: 0;
    }

    .section_wrapper {
        margin: 0;
        width: 100% !important;
    }

    .section h2 {
        font-size: 24px !important;
        line-height: 28px !important;
    }

    .section h3 {
        font-size: 24px !important;
        line-height: 28px !important;
    }

    .section h5 {
        text-align: left;
        font-size: 14px;
    }

    .section .column_attr {
        margin: 0 !important;
    }

    #page-description {
        margin: 0 !important;
    }

    .section .image_wrapper {
        margin-bottom: 20px;
    }

    a.button {
        width: 100%;
        display: block;
    }

    a.button .button_label {
        float: none !important;
        text-align: center;
    }
}