.slider-visible-xs{
display:none;
}

#front-page-3 .widget.solar-right .gform_wrapper input[type="submit"] {
    background: #f07c03 !important;
    color: #fff !important;
}
@media only screen and (min-width: 320px) and (max-width: 479px) {

}
@media (max-width: 767px) {
.slider-visible-xs{
display:inherit;
}

.slider-visible-xs .caption-wrap .caption-bg{
	width: auto;
    padding: 5px 10px;
    float: right;
    background: #fff;
    opacity: 0.87;
 
}
}
@media (min-width: 768px) and (max-width: 991px) {
.slider-visible-xs{
display:none;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.slider-visible-xs{
display:none;
}
}