#assets-01 .item .amazon {
    width: 150px;
}
#assets-01 .item .ebay {
    width: 137px;
}
#assets-01 .item .walmart {
    width: 192px;
}
.basicForm .sub-form .highlight {
    color:#d9c319;
}
#principalContent h1 .logoAsset {
    width:230px;
}
@media only screen and (max-width: 425px){
    #principalContent .container .row::after {
        content: '';
        display: block;
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(53, 53, 53, .40);
    }
    #principalContent .container .row>div {
        position: relative;
        z-index: 2;
    }
}