.box-tiles-wrapper {
    width:100%;
    text-align:center;
    display: flex;
    flex-wrap: wrap;
    margin: 10px auto 50px auto;
    padding:0 15px;
}

.box-tile-spacer {
    display: initial;
    width:100%;
    height:0;
} 

.box-tile-1-5 {
    width:20%;
    float:left;
    height: 256px;
    box-sizing: border-box;
    padding:6px;
    margin: 6px auto;
}

.box-tile-1-5 a, 
.box-tile-1-5 a:visited, 
.box-tile-1-5 a:active {
    text-decoration: none;
}
    
.box-container {
    height:100%;
    border: 2px solid #d1d4d6;
    overflow: hidden;
}

.image-box {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 150px;
    overflow: hidden; 
}

.image-box img { 
    width: 100%;
    height: auto;
    min-height:150px;
    margin: 0 auto;
    object-fit: cover;
}

.content-box { 
    margin:0; 
    padding:0 10px;
    display:table;
    width:100%;
    height:92px;
}

.content-box h4 {
    margin:0;
    padding:0;
    display:table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 18px !important;
    font-weight: 900 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Large devices (desktops, less than 1200px)*/
@media all and (max-width: 1199px) {
.box-tile-spacer {
    display:initial;
    width:100%;
    height:0;
}

.box-tile-1-5 {
    width: 19.9%;
    height: 200px;
    box-sizing: border-box;
    padding:6px;
    margin: 6px auto;
}

.image-box {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 122px;
    overflow: hidden;
}

.image-box img {
    width: 100%;
    min-height:122px;
    height: auto;
    margin: 0 auto;
    object-fit: cover;
}

.content-box { 
    margin:0; 
    padding:0 10px;
    display:table;
    width:100%;
    height:64px;
}

.content-box h4 {
    margin:0;
    padding:0;
    display:table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 14px !important;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}
    
}

/* Medium devices (tablets, less than 992px)*/
@media all and (max-width: 991px) { 
.box-tile-spacer {
    display:none;
}

.box-tile-1-5 {
    float: left;
    width: 25%;
    box-sizing: border-box;
    padding:6px;
    margin: 6px auto;
}

.image-box {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 94px;
    overflow: hidden;
}

.image-box img {
    width: 100%;
    min-height:94px;
    height: auto;
    margin: 0 auto;
    object-fit: cover;
}

.content-box { 
    margin:0; 
    padding:0 10px;
    display:table;
    width:100%;
    height:92px;
}

.content-box h4 {
    margin:0;
    padding:0;
    display:table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 13px !important;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}
}

/* Small devices (landscape phones, less than 768px) */
@media all and (max-width: 767px) { 
.box-tile-spacer {
    display:none;
} 
    .box-tile-1-5 {
    float: left;
    width: 33.33%;
    box-sizing: border-box;
    padding:6px;
    margin: 6px auto;
}

.image-box {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 95px;
    overflow: hidden;
}

.image-box img {
    width: 100%;
    min-height:95px;
    height: auto;
    margin: 0 auto;
    object-fit: cover;
}

.content-box { 
    margin:0; 
    padding:0 10px;
    display:table;
    width:100%;
    height:91px;
}

.content-box h4 {
    margin:0;
    padding:0;
    display:table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 14px !important;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}
    }


/* Extra small devices (portrait phones, less than 576px)*/
@media all and (max-width: 575px) { 
        .box-tile-spacer {
    display:initial;
    width:100%;
    height:0;
}  
    
.box-tile-1-5 {
    display:inline-block;
    width: 100%;
    height: 75px;
    box-sizing: border-box;
    padding:6px;
    margin: 0;
}

.image-box {
    float:left;
    margin: 0;
    padding: 0;
    width: 25%;
    height: 100%;
    overflow: hidden;
}

.image-box img {
    width: 100%;
    min-width:145px;
    height: auto;
    margin: 0 auto;
    object-fit: cover;
}

.content-box {
    float:left;
    margin:0; 
    padding:0 10px;
    width:75%;
    height:100%;
    display:table;
}

.content-box h4 {
    margin:0;
    padding:0;
    display:table-cell;
    vertical-align: middle;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}
    }

/* Extra, Extra small devices (portrait phones, less than 400px)*/
@media all and (max-device-width : 480px) { 
    .box-tile-spacer {
    display:none;
}
    .box-tile-1-5 {
    display:inline-block;
    width: 100%;
    height: 75px;
    box-sizing: border-box;
    padding:6px;
    margin: 0;
}

.image-box {
    float:left;
    margin: 0;
    padding: 0;
    width: 40%;
    height: 100%;
    overflow: hidden;
}

.image-box img {
    width: auto;
    min-width:87px;
    height: 100%;
    margin: auto 0;
    object-fit: cover;
}

.content-box {
    float:left;
    margin:0; 
    padding:0 10px;
    width:60%;
    height:100%;
    display:table;
}

.content-box h4 {
    margin:0;
    padding:0;
    display:table-cell;
    vertical-align: middle;
    font-size: 10px !important;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}
    }
