    /* .carousel-item > img{
        object-fit: cover;
       width: 100%;
        max-height: 580px !important;
    } */

    @media only screen and (min-width: 1224px) {

        .carousel{
            height: calc(100vh - 80px);
        }
        
        .carousel-inner,.carousel-item { 
            height: 100%;
        }
        
        .carousel-item img{
            height: 100%;
            object-position: center;  
        } 

        /* .carousel-item > img {
        object-fit: cover;
        width: 100%;
        height: calc(100vh - 56px);
       
        } */

        
    }

    /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
    @media only screen and (min-width: 480px) and (max-width: 767px) {
        
        .carousel{
            height: calc(100vh - 80px);
        }
        
        .carousel-inner,.carousel-item { 
            height: 100%;
        }
        
        .carousel-item img{
            height: 100%;
            object-position: center; 
        } 

        /* .carousel-item > img{
           object-fit: cover;
           width: 100%;
           height: calc(100vh - 56px);
        }  */
    }

    @media only screen and (min-width: 780px) and (max-width: 959px) {

        .carousel{

            height: calc(100vh - 80px);
        }
        
        .carousel-inner,.carousel-item { 
            height: 100%;
        }
        
        .carousel-item img{
            height: 100%;
            object-position: center; 
        } 

        /* .carousel-item > img{
            object-fit: cover;
           width: 100%;
           height: calc(100vh - 56px);
        }  */
    }








