.secure_pagine
{
  width: 100% !important;
  height: 320px;
  object-fit: cover;
  overflow: hidden;
}

.gallery_page
{
  text-align: left !important;
}

.home_gallery_page
{
  position: absolute;
  top: -5vh;
  left: 15%;
  /* font-size: 4.2em; */
  color: white;
  text-align: left;
}

.pagine_header
{
    position: absolute;
    top: 0px;
    left: 15%;
    /* font-size: 4.2em; */
    color: #fffffe;
    text-align: center;
    padding: 2%;
}
.pagine_header img
{
  max-width: 100px;
}
.pagine_header h1,h2,h3,h4,h5
{
  padding: 0px!important;
}


/** MEDIA QUERIES **/
@media (max-width : 1280px) {
.pagine_header img {
    max-width: 55px;
}
}
@media (max-width : 600px) {
.pagine_header {
    position: absolute;
    left: 0%;
}
}
@media (max-width : 320px) {
.pagine_header
{
  display: none;
}
}