#gilded-collection { background-image: url('https://cdn.vanderloc.com/images/pages/collections/gilded-collection-banner-flipped.jpg'); }
#avalon-collection { background-image: url('https://cdn.vanderloc.com/images/pages/collections/avalon-collection-banner.jpg'); }
#lecrieu-collection { background-image: url('https://cdn.vanderloc.com/images/pages/collections/lecrieu-collection-banner.jpg'); }
#rift-white-oak-collection { background-image: url('https://cdn.vanderloc.com/images/pages/collections/rift-white-oak-collection-banner.jpg'); }
#alexandra-collection { background-image: url('https://cdn.vanderloc.com/images/pages/collections/alexandra-collection-banner.jpg'); }
#kiawah-collection { background-image: url('https://cdn.vanderloc.com/images/pages/collections/kiawah-collection-banner.jpg'); }
#ventura-collection { background-image: url('https://cdn.vanderloc.com/images/pages/collections/ventura-collection-banner-flipped.jpg'); }

.collection-banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    position: relative;
    height: 60vw;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.collection-name {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: .03em;
}
.banner-content {
    display: none;
    position: absolute;
    bottom: 0;
    padding: 100px;
    color: white;
}
.banner-content.right {
    right: 0;
    text-align: right;
}
.banner-content .collection-name {
    margin-bottom: 30px;
}
#ventura-collection .banner-content .collection-name {
   color: black;
}

.mobile-banner-link {
    display: block;
    height: 100%;
}

.mobile-content {
    text-align: center;
    padding: 40px 30px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.mobile-content .collection-name {
    margin-bottom: 20px
}

@media (min-width: 576px) {

}

@media (min-width: 768px) {
    .banner-content {
        display: block;
        padding: 60px;
    }
    .mobile-content {
        display: none;
    }
    .mobile-banner-link {
        display: none;
        height: 100%;
    }
}

@media (min-width: 992px) {
    .banner-content {
        padding: 80px;
    }
    .collection-name {
        font-size: 60px;
        line-height: 70px;
        letter-spacing: .03em;
    }
}

@media (min-width: 1200px) {
    .collection-banner {
        height: 50vw;
    }
    .banner-content {
        padding: 100px;
    }
}

@media (min-width: 1400px) {
    
}