@media (max-width: 991px) {

    .doubleSlider_1_cover {
      width: 576px;
    }

    .doubleSlider_1 {
      width: 576px;
      height: 495px;
    }

    .doubleSlider_2 {
        width: 516px;
        height: 72px;
        margin: 0 auto;
    }

    .control {
      width: 576px !important;
      height: 72px
    }

    .doubleSlider_2 .button {
        margin: 15px 25px 0 0 !important;
    }


    /*.search-btn {
      width: 160px;
      margin: 0 auto;
    }*/
}



@media(max-width: 640px) {

    .doubleSlider_1_cover {
      width: 100%;
    }

    .gallery_slides {
      background-color: #fff !important;
      text-align: center !important;
      padding: 10px !important;
      margin: 0px !important;
    }

    .control {
      width: 300px !important;
      height: 72px
    }

    .doubleSlider_2 {
        width: 240px;
        height: 72px;
        margin: 0 auto;
    }

}

@media(max-width: 400px) {

    .gallery_slides {
      background-color: #fff !important;
      text-align: center !important;
      padding: 10px !important;
      margin: 0px !important;
    }

    .control {
      width: 252px !important;
      height: 72px
    }

    .doubleSlider_2 {
        width: 190px;
        height: 72px;
        margin: 0 auto;
    }

}