.loading_container
{
   width: 100%;
   height: 87vh;
   /*display: flex;*/
   justify-content: center;
   align-items: center;
   display: none;
   
}
.loading_content
{
    width: 70px;
}
.loading_content img
{
    width: 100%;
    opacity: .5;
}