.product-id-badge {
    margin-right:5px;
    margin-bottom: 5px;
}
.banner-container {
    position: relative;
    min-height:315px;
    max-height: 350px;
    border:2px solid #cccccc;
    margin-bottom:5px;
    border-radius:10px;
}

.banner-container video {
    width:500px;
    height:200px;
    border: 1px solid #000000;
    position: relative;
}

.banner-container img {
    width:500px;
    height:200px;
    border: 1px solid #000000;
    position: relative;
    max-height:200px;
    overflow:hidden;
}

.splash-container {
    position: relative;
    min-height:315px;
    max-height: 350px;
    border:2px solid #cccccc;
    margin-bottom:5px;
    border-radius:10px;
}

.splash-container video {
    width:500px;
    height:200px;
    border: 1px solid #000000;
    position: relative;
    max-height:200px;
    overflow:hidden;
}

.splash-container img {
    width:500px;
    height:200px;
    border: 1px solid #000000;
    position: relative;
    max-height:200px;
    overflow:hidden;
}

.marketing-container {
    position: relative;
    min-height:315px;
    max-height: 350px;
    border:2px solid #cccccc;
    margin-bottom:5px;
    border-radius:10px;
}

.marketing-container img {
    width:500px;
    height:200px;
    border: 1px solid #000000;
    position: relative;
    max-height:200px;
    overflow:hidden;
}

.display-rules {
    min-height: 50px;
    max-height: 175px;
}

.display-rule {
    margin-right:5px;
    margin-bottom: 5px;
}

.json-view-button {
    float:right;
    margin-top: 10px;
    margin-right:10px;
}