@media all and (min-width:1600px) and (max-width:2560px){
    .width_75{
        width: 80%;
    }

}
@media all and (min-width:768px) and (max-width:1270px){
    #myCarousel .item h1{
        margin-top: 150px;
    }

}
@media all and (max-width:1400px){
    .width_75{
        width: 80%;
    }
}
@media all and (max-width:1024px){
    html,body{
        height: auto !important;
        min-height: 500px;
    }
    .width_25{
        width: 100%;
    }
}
@media (max-width: 992px)
{
    .full-height {
        height: auto;
    }

    #myCarousel .carousel-caption {
        z-index: 1;
        bottom: auto !important;
        top: 50% !important;
        transform: translateY(-50%);
        right: 0 !important;
        left: 0 !important;
    }
    #myCarousel .carousel-caption h1{
        font-size: 22px;
    }
}
@media all and (max-width:992px){

    .contact tr td:first-of-type{
        width: auto !important;
        min-width: auto !important;
    }

}

@media all and (max-width:800px){
    .width_50{
        width: 100% !important;
    }
    .width_75{
        width: 100% !important;

    }
    .select-menu  {
        width: 90% !important;
    }
    .contact{
        width: 100%;
    }
    .text-block .w3-left{
        float: none !important;
    }
    .center-medium{
        text-align: center !important;
    }


}
@media all and (max-width:767px) {
    .width_75{
        width: 100% !important;
    }
    .container.width_75{
        padding: 0 16px !important;
    }
    #myCarousel .item h1{
        margin-top: 70px;
    }
    #myCarousel .carousel-caption {
        padding-left: 40px;
        padding-right: 40px;

    }
}

@media all and (max-width:670px){
    .select-menu{
        display: block;
        margin: 0.2rem 0;
    }
    .center-small{
        text-align: center !important;
    }

}