@media (min-width: 900px) {
header.imgbackground{
    background-image: url(/img/header.jpeg);
    background-size: 100%;
    background-repeat: no-repeat;
}
#photo{
    float: right;
}
}
.card{
    height: 100%;
}
.card-content,
.center-elements{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.card-content>*,
.center-elements>*{
    margin-bottom: 5px;
}

div.card-content>.title{
    align-self: flex-start
}
div.card-content>img{
    align-self: flex-end;
}
#map{
    width: 100%;
    height: 275px;
    background-color: white;
}
#photo{
    border-radius: 50%;
    width: 150px;
    display: block;
    margin: 0 auto;
}
