/* Tablet Layout: 768px. */
@media only screen and (min-width: 992px) and (max-width: 1110px) {




}

@media only screen and (min-width: 768px) and (max-width: 991px) {

.left-content-header {
  width: 100%;
}
.right-content-header {
  width: 100%;
}



}



/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
.left-content-header {
  width: 100%;
}
.right-content-header {
  width: 100%;
}




}


/* Wide Mobile Layout: */

@media only screen and (min-width: 80px) and (max-width: 330px) {


}
