.CarsoulContainer{
    width: 100%;
    height: 75vh;
    background-image: url("/static/Photos/Header/HomeSlide1.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    transition: opacity 0.5s ease;
}

header .CarsoulCoverContent > h1 {
    font-size:80px;
    margin:10px;
    color:var(--primary-color)!important;
}

@media (max-width: 700px) {
    .CarsoulContainer{
        height: 35vh;
    }
    header .CarsoulCoverContent > h1 {
        font-size:35px;
    }
}

@media (max-width: 850px) and (min-width: 701px) {
    .CarsoulContainer{
        height: 55vh;
    }
    header .CarsoulCoverContent > h1 {
        font-size:55px;
    }
}

.CarsoulItem{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.CarsoulItem.active{
    display: block !important;
}

header{
    position: relative;
}

header .CarsoulCover{
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    background-color:#000000;
    opacity:0.4;
    z-index:1;
}

header .CarsoulCoverContent{
    text-align: center;
    align-content: space-around;
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    z-index:2;
}

.col {
    min-width: 0 !important;
    overflow-wrap: break-word !important;
    text-align: center !important;
}

.media-poster {
  width: 200px !important;
  height: 250px !important;
  object-fit: cover !important;
}