/*
 Template:     liza
 Theme Name:   Liza Child
 Description:  Liza Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     liza-child
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  lizachild
*/

.wrapper {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.h_iframe {
  position: relative;
}
.h_iframe .ratio {
  display: block;
  width: 100%;
  height: auto;
}
.h_iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home header.liza_mobile_header {
  padding-bottom: 100px;
}

.liza_social_icons_list li a {
  color: #ffffff;
  font-size: 30px;
}

.mymoments-albums-grid {
  column-count: 3;
  column-gap: var(--mm-gap, 30px);
}

.mymoments-grid-item {
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  margin: 0 0 var(--mm-gap, 30px);
  display: inline-block;
  width: 100%;
}

.mymoments-grid-item-inner {
  display: block;
  width: 100%;
}

.mymoments-grid-item-inner a {
  display: block;
  text-decoration: none;
}

.mymoments-grid-thumb {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 960px) {
  .mymoments-albums-grid {
    column-count: 2;
  }
}

@media (max-width: 640px) {
  .mymoments-albums-grid {
    column-count: 1;
  }
}
