#content-album-block {
    position: relative;
    padding: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0 auto;
    margin-top: 100px;
    margin-bottom: 200px;
    height: auto;
    width: 100%;
    background-color: #aaa;
    z-index: inherit;
    border-radius: 5px;
}

#gallery-title {
    font-size: 4vw;
    font-family: 'Lato';
    color: #222;
    border-bottom: 3px solid #222;
    text-align: center;
    margin-bottom: 50px;
}

#pulldown-menu {
    border-bottom: 3px solid #222;
    /*border-radius: 10px;*/
    color: #222;
    -webkit-appearance: none;
}

#album-service {
    margin-bottom: 5%;
    height: auto;
    width: 40%;
    background-attachment: fixed;
    background-position: center;
    background-size: contain;
    position: relative;
}

#album-service img{
    background-attachment: fixed;
    background-size: cover;
    max-height: 100%;
    margin: 0 auto;
}

@media (max-width: 639px) {

    #gallery-title {
        font-size: 26px;
    }

    #content-album-block {
        display: inline-block;
    }

    #album-service {
        margin-top: 30px;
        width: 90%;
        margin: 0 auto;
    }
}

@media (max-width: 800px) {

    #album-service {
        margin-bottom: 5%;
    }
}

@media (min-width: 1550px) {

    #content-image img{
        width: 80%;
    }
}