﻿
/*Initial*/

.sideBanner1 {
    display: flex;
    width: 100%;
}

.sideBanner1__img {
    width: 100%;
    display: flex;
}

.sideBanner1__img img {
    width: 100%;
    object-fit: cover;
}

.sideBanner1__background {
    position: absolute;
    height: 75%;
    width: 100%;
    bottom: 0;
    background-image: linear-gradient(to top, rgb(100, 53, 148) 0%, transparent);
    opacity: 1;
    display: flex;
    align-items: end;
    color: white;
    padding: 20px;
    text-wrap: balance;
    cursor: default;
    overflow: auto;
}

@media (max-width: 1050px) {


}


/*When thead action begins*/