
@media screen and (max-width: 1100px) {
    .searchbar {
        min-width: 400px !important;
        max-width: 400px !important;
        width: 400px !important;
    }

    .searchbar:focus {
        max-width: 70vw !important;
        width: 70vw !important;
    }
}

@media screen and (max-width: 650px) {
    .searchbar {
        min-width: 250px !important;
        max-width: 250px !important;
        width: 250px !important;
    }

    .searchbar:focus {
        max-width: 80vw !important;
        width: 80vw !important;
    }
}





@media (min-width: 390px) and (max-width: 618px) {
    .card {
        width: 150px;
        min-height: 500px;
        max-height: 550px;
        margin: 0 auto !important;
    }


    .seriesContainer > div {
        gap: 20px;
        margin-left: auto;
        margin-right: auto;
    }


    .card-text {
        max-height: 200px;
    }

    .card-title {
        text-align: center;
        max-height: 100px !important;
        overflow: overlay;
    }

    .bluredimg {
        width: 170px !important;
        left: -8% !important;
        max-height: 100% !important;
    }


    .card-body a, .rating {
        position: relative;
        top: 0px;
        bottom: 0px;
        left: 15%;
        margin: auto;
        margin-bottom: 10px !important;
    }

    .rating {
        left: 0;
    } 

}
