
.sestavi-map-wrapper{
    width:100%;
    margin:30px 0;
}

.sestavi-route-map{
    width:100%;
    height:650px;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,0.12);
}

@media(max-width:768px){

    .sestavi-route-map{
        height:420px;
    }
}
