.tour-container{
    display: flex;
    flex-direction: column;
    justify-content: center;align-items: center;
    justify-content: center;
    
    /* background-color: rgb(191, 191, 218); */
}

.tour-tabs ul{
    display: flex;
    flex-direction: row;
    
    list-style-type: none;
}
.tour-tabs li{
    float: none!important;
    display: inline-block;
    text-transform: uppercase;
    padding: 1.25rem 1.5rem;
}
.tour-tabs a{
    position: relative;
  text-decoration: none;
}

.actives:after{
    content: "";
    width: 100%;
    height: 3px;
    background: #000;
    position: absolute;
    left: 0;
    bottom: -2px;
    transition: all .3s ease-in-out;
}
.tour-player{
    width: 80%;
    height: 70vh;
    margin-bottom: 284px;
}
/* .tour-tabs a:visited:after{
    content: "";
    width: 100%;
    height: 3px;
    background: #000;
    position: absolute;
    left: 0;
    bottom: -2px;
} */
@media only screen and (max-width: 600px) {
    .tour-player{
        width: 85%;
        height: 40vh;
        /* margin-bottom: 284px; */
        margin-bottom: 35px;
    }
  }
  @media only screen and (max-width: 450px) {
    .tour-player{
        width: 85%;
        height: 30vh;
        /* margin-bottom: 284px; */
    }
  }