.flex-container {
    padding: 50px;
    height: 700px;
    width: 100%;
    display: -webkit-flex;
    /* Safari */
    display: flex;
    overflow: hidden;
}

#collection-lv2 .flex-container {
    padding: 0;
    height: 400px;
    width: 100%;
    display: -webkit-flex;
    /* Safari */
    display: flex;
    overflow: hidden;
}

#collection-lv2 .lv2-not-bedding {
    margin-bottom: 50px;
}

#collection-lv2 .lv2-not-bedding p {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 26px;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px 0;
    margin: 0;
    font-weight: bold;
}

#collection-lv3 .flex-container {
    padding: 10px;
    height: 400px;
    width: 100%;
    display: -webkit-flex;
    /* Safari */
    display: flex;
    overflow: hidden;
}

#collection-lv3 .lv3-not-bedding {
    margin-bottom: 50px;
    cursor: pointer;
}

#collection-lv3 .lv3-not-bedding p {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 26px;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px 0;
    margin: 0;
    font-weight: bold;
}

#banner .swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

#banner .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#banner .swiper-container .swiper-pagination {
    text-align: center;
    margin-top: 20px;
    z-index: 1;
}

#banner .swiper-container .swiper-pagination-bullet {
    background: transparent;
    border: 1px solid #a17f66;
    opacity: 1;
}

#banner .swiper-container .swiper-pagination-bullet-active {
    background: #a17f66;
    border: #a17f66;
    width: 10px;
    height: 10px;
    opacity: 1;
}
#slideshow {
    overflow: hidden;
}
#slideshow .swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

#slideshow .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#slideshow .swiper-pagination {
    text-align: center;
    margin-top: -40px;
    z-index: 1;
    width: 100%;
}

#slideshow .swiper-pagination-bullet {
    background: transparent;
    border: 1px solid #a17f66;
    opacity: 1;
    margin: 0 5px;
}

#slideshow .swiper-pagination-bullet-active {
    background: #a17f66;
    border: #a17f66;
    width: 10px;
    height: 10px;
    opacity: 1;
}

@media screen and (max-width: 768px) {
    .flex-container {
        flex-direction: column;
    }
}

.flex-title {
    position: absolute;
    color: #fff;
    /* background-color: rgba(121, 73, 37, 0.7); */
    margin: 0;
    padding: 10px 0;
    top: 40%;
    width: 100%;
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    /* letter-spacing: 3px; */
    text-transform: uppercase;
}
.flex-title.small-title{
    font-size: 35px;
}

@media screen and (max-width: 768px) {
    .flex-about {
        padding: 0%;
        border: 0px solid #f1f1f1;
    }
    .flex-title {
        font-size: 30px;
    }
}

.flex-slide {
    -webkit-flex: 1;
    /* Safari 6.1+ */
    -ms-flex: 1;
    /* IE 10 */
    flex: 1;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    background-size: cover;
    background-position: center center;
}

@media screen and (max-width: 768px) {
    .flex-slide {
        overflow: auto;
        overflow-x: hidden;
    }
}

@media screen and (max-width: 768px) {
    .flex-slide p {
        font-size: 2em;
    }
}

@media screen and (max-width: 768px) {
    .flex-slide ul li {
        font-size: 2em;
    }
}

.flex-slide:hover {
    -webkit-flex-grow: 3;
    flex-grow: 3;
}

#collection-lv2 .flex-slide:hover {
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.bedding {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/769286/lake-macquarie-71208_1920.jpg);
    background-size: cover;
    background-position: center center;
}

.accessories {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/769286/beach-2089959_1280.jpg);
    background-size: cover;
    background-position: center center;
}

.towel {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/769286/lake-696098_1920.jpg);
    background-size: cover;
    background-position: center center;
}

.for-business {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/769286/forest-208517_1280.jpg);
    background-size: cover;
    background-position: center center;
}