.carousel h4{
    position: absolute;
    top: 50px;
    left: 115px;
    color:white;
}

.carousel img{
    position: absolute;
    width: 100px;
}

.disbox{
    position: absolute;
    top:75%;
    background-color: rgba(10, 4, 4, 0.281);
    width: 42%;
    
}

.carousel h6{
    color:rgb(156, 161, 163);
    margin-left: 20px;
}

.disbox h3{
    color:rgb(247, 7, 7);
    margin-left: 70px;
    margin-top: 18px;
}

.disbox img{
    position: absolute;
    width: 100px;
    padding-top: 7px;
    margin-left: 10px;
    width:50px;
}

.disbox p{
    color:rgb(156, 161, 163);
    padding-top: 10px;
    padding-left: 20px;
}



@media screen and (max-width:600px){
    .disbox{
        width: 100%;
    }
}

@media (min-aspect-ratio:16/9){
.background-vid{
	width: 100%;
	height: auto;	
	}
}

@media (max-aspect-ratio:16/9){
.background-vid{
	width: auto;
	height: 100%;
	}
}

