﻿@media only screen and (max-width: 480px){
    .Toastify__toast-container--top-left, 
    .Toastify__toast-container.Toastify__toast-container--top-center, 
    .Toastify__toast-container--top-right {
        top: 65px;
        transform: translateX(0);
    }
}