#last-news{
   overflow-y: scroll;
   background-color: #cddc39;
   padding: 0.5em;
}

.my-toast {
    position: fixed;
    top: -48px;
	left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    font-weight: bold;
    font-size: 24px;
    color: white;
	max-width: calc(100% - 100px);
}

@media screen and (max-width:1023px) {
	.my-toast {
		color: black;
		top: 30px;
    	font-size: 16px;
	}
}
