.hide_container{
    width: 100% !important;
    padding: 0 !important;
    max-width: 100% !important;
}
.hide_container .vc_column-inner {
    padding: 0 !important;
}
/* new home page*/

.ymca-home-new {
    float:left;
    width:100%;
    position: relative;
}

.ymca-home-new img {
    float: left;
    width: 100%;
}

.ymca-home-new .mobile-image {
    display: none;
}

.ymca-home-new .overlayer-content {
    /* position: absolute;
    width:100%;
    left: 0;
    bottom: 50%;
    transform: translateY(50%); */
    position: static;
    width: 100%;
    float: left;
    background-color: #0089d0;
}

.ymca-home-new .overlayer-content h1 {
  font-size: 40px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.6px;
  text-align: left;
  color: #f90;
  max-width:560px;
}

.ymca-home-new .overlayer-content h2 {
    font-size: 40px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.6px;
    text-align: left;
    color: #f90;
  }

.ymca-home-new .overlayer-content p {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #1a1a1a;
    max-width:644px;
    padding: 5px 0;
    margin-bottom: 6px;
}

.ymca-home-new .overlayer-content .buttons-wrap {
    display: flex;
    flex-wrap: wrap;
    /* new added */
    justify-content: center;
    padding-bottom: 30px;
}

.ymca-home-new .overlayer-content .buttons-wrap .view-program {
    min-width: 238px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 18px 40px;
    border-radius: 32px;
    background-color: #f90;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    margin-top: 20px;
    transition-duration: 0.5s;
    border: 2px solid transparent;
}

.ymca-home-new .overlayer-content .buttons-wrap .view-program:hover {
    border: solid 2px #f90;
    background-color: #fff;
    color: #f90;
}

.ymca-home-new .overlayer-content .buttons-wrap .find-location {
    min-width: 244px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 18px 40px;
    border-radius: 32px;
    border: solid 2px #f90;
    background-color: #fff;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #f90;
    margin: 20px 30px 0 30px;
    transition-duration: 0.5s;
}

.ymca-home-new .overlayer-content .buttons-wrap .find-location:hover {
    background-color: #f90;
    color: #fff;
}
@media(max-width:1200px){
    /* .ymca-home-new > img { height: 540px; object-fit: cover; } */
}

@media(max-width:992px){
    .ymca-home-new .overlayer-content h1 { font-size: 30px; max-width: 417px;}
    .ymca-home-new .overlayer-content h2 { font-size: 30px;}
    .ymca-home-new .overlayer-content p { font-size: 18px; max-width: 440px;}
}

@media(max-width:767px){
    .ymca-home-new .overlayer-content h1 { font-size: 26px; }
    .ymca-home-new .overlayer-content h2 { font-size: 26px;}
    .ymca-home-new .overlayer-content p { font-size: 18px; }
    .ymca-home-new .desktop-image {display: none;}
    .ymca-home-new .mobile-image {display: block;}
    .ymca-home-new .overlayer-content {top: 30px;transform: translateY(0);}
    /* .ymca-home-new > img {height: 710px;} */
}
@media(max-width:576px){
    .ymca-home-new .overlayer-content .buttons-wrap .view-program { width: 100%; margin-right: 0;}
    .ymca-home-new .overlayer-content .buttons-wrap .find-location { width: 100%; margin: 20px 0 0 0;}
    .ymca-home-new .overlayer-content p { max-width: 100%;}
    .ymca-home-new .overlayer-content h1 { max-width: 100%;}
    /* .ymca-home-new > img { height: 988px; } */
    .ymca-home-new .overlayer-content p { margin-bottom: 0;}
}
@media(max-width:375px){
    .ymca-home-new .overlayer-content h1 { font-size: 24px;}
    .ymca-home-new .overlayer-content h2 { font-size: 24px;}
}