#hornav {
    background: url('../img/roof2_back.jpg') top;
}

#header{
    background: url('../img/roof2.jpg') bottom;
}

.pointer{
    cursor:pointer;
}

.google-maps {
    position: relative;
    padding-bottom: 75%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
    margin-bottom: 30px;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.portfolio-item figure{
    width: 100%;
    height: 100%;
}