.top-slides {
    width: 100%;
    height: 520px;
    padding: 20px;
    display: flex;
    flex-direction: row;
}

.top-slides-img {
    flex-grow: 1;
    overflow: hidden;
    height: 480px;
    display: flex;
    align-items: center;
}

.top-slides-seperator {
    width: 2px;
    height: 100%;
    float: right;
    background-color: #ddd;
    border-radius: 1px;
}

.top-slides-img img {
    width: 100%;
    padding: 10px;
    max-height: 500px;
    object-fit: cover;
    object-position: top left;
}

.top-slides-img video {
    width: 100%;
    padding: 10px;
    max-height: 500px;
    object-fit: cover;
    object-position: top left;
}

.top-slides-info {
    width: 400px;
}

.short-general {
    overflow: hidden;
    height: 200px;
}

.short-overlay {
    position: absolute;
    bottom: 0;
    height: 100px;
    width: 100%;
    background-image: linear-gradient(transparent, #333);
}

.card-tags {
    flex-grow: 1;
}

@media only screen and (max-width: 1199px) {
    .top-slides-info {
        width: 750px;
    }

    .top-slides {
        height: auto;
        flex-direction: column;
        align-items: center;
        padding: 0px;
    }

    .top-slides-img {
        flex-grow: 0;
        width: 100%;
        height: auto;
    }

    .top-slides-img img {
        padding: 0px;
    }

    .top-slides-img video {
        padding: 0px;
    }

    .top-card-tags .tag {
        padding: 3px 6px !important;
    }
}

@media only screen and (max-width: 749px) {
    
    .top-slides-info {
        width: 100%;
        max-width: 600px;
    }
}