/* Enter Your Custom CSS Here */

.secondary {
  display: none;
}

.main_bg {
  background-image: url("http://squeezdbeverages.com/site/wp-content/uploads/2018/05/sq_bg_v1.jpg") !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center; 
}

.next_outer {
	border: 1px solid #2f2b19;
}
.next_image {
	padding: 20px;
	width: 50%;
}
.next_text {
  width: 50%;
	vertical-align: middle;
  padding-right: 20px;
}
.next_outer_mobi {
  display: none;
}
.next_inner {
  padding: 20px;
}
.mail_text {
	vertical-align: middle;
  padding-top: 10px;
  padding-left: 10px;
}
@media only screen and (max-width: 767px) {
  .next_outer {
    display: none;
  }
  .next_outer_mobi {
  	display: inline;
  }
  .main_bg {
  background-image: url("http://squeezdbeverages.com/site/wp-content/uploads/2018/05/sq_bg_v2-2.jpg") !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
    background-position: center; 
}
}