.maps {
    /*background-image: url("../img/page_4.png");*/
    background: #373940;
    width: 100%;
    height: 75vh;
    /*z-index: 0;*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 0%;
    position: relative;
}

.maps #rectangle_red_page_map {
    width: 100%;
    height: 6px;
    background-color: #A01D26;
}

.maps #rectangle_white_page_map {
    width: 100%;
    height: 3px;
    background-color: white;
}


.maps iframe{
    width: 100%;
    height: 74vh;
}

