.landing-background-image{
min-width:1600px;
position:relative;
}
.landing-product-image-large{
display:table-cell;
vertical-align:middle;
width:50%;
margin:auto;
}
.detail-container{
width: 280px; 
vertical-align:top;
margin-right:10px; 
padding-left:35px;
display:inline-block;
text-align:left;
background-repeat: no-repeat;
}
.detail-copy{

font-size: 22px;
font-family: Proxima Nova Thin;
margin:0 !important;
margin-bottom:30px !important;

}
@media screen and (max-width:680px){
.detail-container{
width:85%;
margin-left:5%;
margin-right:10%;
}
}