/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

<style type="text/css">
.custom-banner-area {
  background-repeat: no-repeat;
  padding: 50px 0;
  position: relative;
  background-position: 50%;
  background-size: cover;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
}

.custom-banner-area .page-center {
  position: relative;
  z-index: 3;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row;
}

.custom-banner-area .custom-banner-container {
  -webkit-align-self: center;
  -ms-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  width: 100%;
}

.custom-banner-area .custom-banner-content {
  padding: 10px;
  text-align: center;
  padding-left:0;
}

.custom-banner-area .custom-banner-content h1 {
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}

.custom-banner-content > h1 {
    text-align: center;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 60px;
    padding-bottom: 60px;
}

.banner-area .dnd-section, .banner-area .dnd-section>.row-fluid {
    padding: 0;
    width: 100vw;
    margin: 0;
    max-width: none;
}

@media (max-width:767px) {
  .custom-banner-area .custom-banner-content {
    margin: 20px 2%;
  }
}
</style>