component-page-contact-boxcontact .box-mail {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
component-page-contact-boxcontact .box-phone {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
component-page-contact-boxcontact .box-map {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
component-page-contact-boxcontact .ab-box-map {
    position: absolute;
    width: 100%;
    height: 100%;
    /* background-color: rgba(4, 81, 132, 0.8);*/
    top: 0;
    left: 0;
}
component-page-contact-boxcontact .ab-box-phone {
    position: absolute;
    width: 100%;
    height: 100%;
    /*background-color: rgba(226, 28, 33, 0.8);*/
    top: 0;
    left: 0;
}
component-page-contact-boxcontact .ab-box-mail {
    position: absolute;
    width: 100%;
    height: 100%;
    /* background-color: rgba(240, 240, 240, 0.8);*/
    top: 0;
    left: 0;
}
component-page-contact-boxcontact .box-table {
    text-align: center;
    height: 100%;
    width: 100%;
    display: table;
}
component-page-contact-boxcontact .box-table-cell {
    display: table-cell;
    vertical-align: middle;
    padding: 0 30px;
}
component-page-contact-boxcontact .box-contact .box-map img {
    width: 100%;
    opacity: 0;
    max-height: 420px;
}
component-page-contact-boxcontact .box-contact .box-mail img {
    width: 100%;
    opacity: 0;
    max-height: 420px;
}
component-page-contact-boxcontact .box-contact .box-phone img {
    width: 100%;
    opacity: 0;
    max-height: 420px;
}
component-page-contact-boxcontact .box-table-cell a {
    font-size: 18px;
    font-weight: 600;
}