.prod_colors {
float:right;
width:100%;
margin-bottom:.5rem
}
.prod_colors img {
width:20px !important;
height:20px;
border:1px solid #000;
border-radius:50%
}
.top_sec{
background-size:100% !important;
background-position:top left;
background-repeat:no-repeat
}
/* Only apply for larger the tablet size */
@media only screen and (min-width:1024px){
.top_sec{
background-repeat:no-repeat !important;
background-position:0 -70px !important;
background-size:cover !important;
padding:16rem 0
}
}
@media only screen and (max-width:575px){
.top_sec{
padding:18.7rem 0
}
}
