/*Carrusel*/
/*#carousel.owl-theme .owl-nav [class*="owl-"] {*/
    /*width: 55px;*/
    /*height: 55px;*/
    /*transition: all 500ms ease;*/

    /*opacity: 0.6;*/
    /*font-size: 46px;*/
    /*text-align: center;*/
    /*background-color: rgba(0, 0, 0, 0.2);*/
    /*color: rgba(255, 255, 255, 0.8);*/

/*}*/
/*#carousel .owl-nav {*/
    /*display: none;*/
    /*transition: all 0.3s ease-in-out;*/
/*}*/


/*#carousel .owl-next{*/
    /*position: absolute;*/
    /*top: 35%;*/
    /*right:0;*/
/*}*/
/*#carousel:hover .owl-nav{*/
    /*display: block;*/
    /*transition: all 0.3s ease-in-out;*/
    /*-webkit-animation-duration: 1s;*/
    /*animation-duration: 1s;*/
    /*-webkit-animation-fill-mode: both;*/
    /*animation-fill-mode: both;*/
    /*-webkit-animation-name: fadeIn;*/
    /*animation-name: fadeIn;*/
/*}*/
/*#carousel .owl-prev{*/
    /*position: absolute;*/
    /*top: 35%;*/
    /*left: 0;*/
/*}*/
.carousel_image{
    cursor: move;
    width: 100%;
    height:41rem!important;
    object-fit: fill;
    overflow: hidden;
    -o-object-fit: fill;
    object-position: 50% 50%;
    -o-object-position: 50% 50%
}

@media (max-width: 47.9em) {
    .carousel_image{
        height:auto!important;
    }
}

/*#carousel .owl-nav.disabled {*/
    /*display: none;*/
/*}*/
/*@media (max-width: 990px) {*/
    /*.carousel_image{*/
        /*height: 350px!important;*/
    /*}*/

/*}*/
/*@media (max-width: 599px) {*/
   /*.carousel_image{*/
        /*height: 250px!important;*/
    /*}*/

/*}*/