/* 
    Custom css goes here  

    */
@media (min-width: 1200px) {
    #index .container{
        width: 1380px;
    }

    .carousel figure{
        width: 1380px;
    }

    #index .banner .img-fluid{
        width: 1380px;
    }
}