.btn-secondary {
    color: #212529;
    background-color: rgb(177, 190, 190);
    opacity: 75%;
    border-color: #242525
}
.carousel-caption {
    color:rgba(245, 232, 232, 0.911);

}
.navbar{
    padding: 0.0rem !important;
}
.c-item
{
    height: 62vh;
}
.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .7s;
    transition-property: opacity;
   }

.c-video
{
    width: 100%;

    object-fit:cover;
    /*object-position: 100% -10%;*/
}

@media only screen and (max-width: 700px)
{
    .carousel-video {

        height: 35vw; 
    
    }
   
}
@media only screen and (min-width: 700px){
  .carousel-video {

    height: 35vw; 
    bottom: 150px;

}
    
}

@media only screen and (min-width: 1200px){
.c-video
    {
        position: relative; 
        top: -150px;
    }
}