.masonry {
    display: flex;
    flex-flow: row wrap;
    margin-left: 1px; /* Adjustment for the gutter */
    width: 100%;
}

.masonry-brick {
    flex: auto;
    overflow: hidden;
    box-shadow: 1px 1px 27px 0px rgba(163,163,163,0.75);
    -webkit-box-shadow: 1px 1px 27px 0px rgba(163,163,163,0.75);
    -moz-box-shadow: 1px 1px 27px 0px rgba(163,163,163,0.75);
    position: relative;
}

.masonry-brick img{
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    position: absolute;
}

.Page-Casino .MsnRow .GameThumb, .Page-LiveCasino .MsnRow .GameThumb, .Page-VirtualSports .MsnRow .GameThumb {
    object-fit: fill !important;
}

.masonry-brick .GameTitle {
    display: block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 31px;
    bottom: 0;
    left: 0;
    padding: 10px 5px 5px 5px;
    font-size: 13px;
    color: white;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 44%,rgba(0,0,0,0.85) 58%,rgba(0,0,0,0.85) 100%);
}

.casino-search-input {
    width: 100%;
    padding: 1rem;
    border: none;
}

