body.watches .row.section div[class*="col-xs"]:nth-of-type(4n+1) {
    clear: left;
}
.watch-rows div[class*="col-xs"], .row.section div[class*="col-xs"]{
text-align:center;
}
.home-headline h1{
text-align: center;
    background: #1e3953;
    color: #fff;
    line-height: 50px;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 1.5em;
}
body.index .container.watch-rows {
    padding-top: 0;
}
body.index .watch-rows div[class*="col-xs"]:nth-of-type(4n+1){clear:left;}
.in-collection {
display:block;
    margin-top: -20px;
    margin-bottom: 9px;
    color:#1e354a;
font-weight:bold;
}
.watch-rows em, .row.section div[class*="col-xs"] em {
    position: absolute;
    bottom: 1px;
    color: #fff;
    width: calc(100% - 8px);
    left: 4px;
    text-align: center;
    font-style: normal;
    font-size: 12px;
    display: block;
    background-color: rgba(0,0,0,0.5);
    max-width: 270px;
    font-weight: normal;
}
.watch-rows span, .row.section div[class*="col-xs"] span {
height: 45px;
left: 4px;
    max-width: 269px;
}
@media screen and (max-width:767px){
span#universal_badge {
    display: none;
}
.watch-rows .col-xs-6:nth-of-type(2n + 1) {
    clear: left;
}
.watch-rows em, .row.section div[class*="col-xs"] em {
    position: static;
    text-align: center;
    margin: 0 auto;
    background: #1e3953;
    margin-top: -10px;
    padding-bottom: 7px;
    width: 100%;
}
.watch-rows span, .row.section div[class*="col-xs"] span {
    height: 40px;
    overflow: hidden;
}
}
