.main_menu,
.top_menu,
.grid_weather,
.user_message {
    display:none!important;
}
.gallery_premium {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(5, 1fr);
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    height:410px;
}
.gallery_premium img {
    display:block;
    object-fit: cover;
    width:100%;
    height:100%;
}

.photo1 { grid-area: 1 / 1 / 3 / 3; height:410px; overflow:hidden; border-radius:20px;}
.photo2 { grid-area: 1 / 3 / 2 / 4; overflow:hidden; border-radius:20px;}
.photo3 { grid-area: 2 / 3 / 3 / 4; overflow:hidden; border-radius:20px;}
.photo4 { grid-area: 1 / 4 / 2 / 5; overflow:hidden; border-radius:20px;}
.photo5 { grid-area: 2 / 4 / 3 / 5; overflow:hidden; border-radius:20px;}

.gallery_premium {
    margin-bottom:30px;
}

