@media screen and ( max-width: 400px ){

    li.page-item {

        display: none;
    }

    .page-item:first-child,
    .page-item:nth-child( 2 ),
    .page-item:nth-last-child( 2 ),
    .page-item:last-child,
    .page-item.active,
    .page-item.disabled {

        display: block;
    }
}

.slide_text{
background-color: rgba(0, 0, 0, 0.8);
padding: 20px;
}

.lotto_card {
    box-shadow: 1px 0.5px 3px 0px #888888;
   }
.lotto_card:hover .lotto_image_card {
	-webkit-filter:brightness(50%);
 }
 .lotto_card:hover {
  box-shadow: 1px 1px 8px 1px #888888;
 }