.collection_box {
    margin-bottom: 20px;
    position: relative;
}
.se-pre-con {
    left: 0; right: 0; bottom: 0; top:0;
    width: 100%;
    height: 100%;
    width: 100vw;
    height: 100vh;
    position: fixed;
    margin: auto;
    display: block;
    z-index: 810;
    background-color: rgba(243,243,243,.98) ;
}
.collection_box a {
    display: block;
    border-radius: 2px;
}
.collection_box figure {
    margin: 0;
    width: 100%;
    height: 240px;
    overflow: hidden;
}
.collection_box figure  >  img {
    width: 100%;
    height: 240px;
    max-height: 100%;
    object-fit: cover;
}
.collection_box figure span {
    position: absolute;
    transition: all .2s ease;
    left: 5rem;
    bottom: 1rem;
    width: calc(100% - 5rem);
    padding-right: 2rem;
    color: #fff;
    font-size: 26px;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 1.4;
    text-shadow: 1px 1px 6px rgba(0,0,0,.2);
}
.collection_box figure span:before {
    content: "\f054";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    display: inline-block;
    position: absolute;
    left: -24px;
    font-size: 14px;
    top: calc(50% - 8px);
    text-shadow: 1px 1px 6px rgba(0,0,0,.2);
}
.spacer-tb {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.collection_box a:hover figure span ,
.collection_box:hover a figure span  {
    transition: all .2s ease;
    transform: translateY(-6px);
}
.collection_box a:hover figure span ,
.collection_box:hover a figure span ,
.collection_box:hover figure span:before ,
.collection_box a:hover figure span:before {
    color: #D5001C;
}