.collections-list{
    position: relative;
    padding-bottom: 0px;
}
.collections-list .title{
    color: #fff;
    font-family: "Futura PT W01 Book";
    font-size: 30px;
    line-height: 33px;
    padding: 14px 15px 0;
    position: relative;
    text-transform: uppercase;
    z-index: 100;
}
.collections-list .title .text{
    position: relative;
    z-index: 100;
}
.collections-list .title .title-background{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.collections-list .content{
    position: relative;
    z-index: 100;
    padding-bottom: 1px;
    padding-top: 15px;
}
.collections-list .item{
    display: block;
    overflow: hidden;
    width: 100%;
    margin-bottom: 15px;
}
.collections-list .item img{
    width: 100%;
}
.collections-list .item .title, .collections-list .item .title a{
    color: #007c87;
    font-size: 20px;
    font-family:"Proxima N W01 Smbd";
    text-transform: capitalize;
    line-height: 24px;
    padding: 0px 0 0;
}
.collections-list .item .imageCol{
    padding-right: 0;
}
.collections-list .background{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.collections-list .background.none, .collections-list .title.none .title-background{
    display: none;
}

.collections-list .title.none{
}

.collections-list .title.none span.text{
    color: #007c87;
}

@media only screen and (min-width: 40.063em){
    .collections-list .title{
        font-size: 42px;
        padding-top: 27px;
        background-position: right top;
    }
    .collections-list .title .title-background {
        width: 9000%;
    }
    .collections-list .item .title{
        font-size: 26px;
        height: auto;
        margin-bottom: 19px;
        padding-top: 0px;
    }
    .collections-list .item .title a{
        font-size: 26px;
    }
    .collections-list .item p{
        font-size: 18px;
    }
    .collections-list .item .columns:nth-child(2){
        padding-left: 21px;
    }
    .collections-list .background {
        right: 0;
        top: 0;
        left: auto;
        width: 9000%; 
    }
}

@media only screen and (min-width: 64.063em) { 
    .collections-list .content {
        padding-bottom: 20px;
        padding-top: 30px;
        position: relative;
        z-index: 100;
    }
    .collections-list .background {
        height: 103.8%;
        left: auto;
        right: 0;
        top: 0;
        width: 9000%;
    }
    .collections-list .item {
        display: block;
        margin-bottom: 25px;
    }
}