.main-header .main-navigation{display:flex;justify-content:flex-end;align-items:center}.main-header .main-navigation ul{list-style-type:none;padding:0;margin:0}.main-header .main-navigation li{display:inline-block;padding:0 15px}.wpz-gallery-masonry .et_pb_gallery .et_pb_gallery_items{column-count:3;column-gap:15px}@media only screen and (max-width:1200px){.wpz-gallery-masonry .et_pb_gallery .et_pb_gallery_items{column-count:2}}@media only screen and (max-width:767px){.wpz-gallery-masonry .et_pb_gallery .et_pb_gallery_items{column-count:1}}.wpz-gallery-masonry .et_pb_gallery .et_pb_gallery_items .et_pb_gallery_item{width:100%;margin:0px 0px 10px 0!important;float:none!important}wpz-gallery-masonry .et_pb_gallery .et_pb_gallery_items .et_pb_gallery_item{width:100%!important;margin:0px 0px 10px 0!important;float:none!important}add_filter('et_pb_gallery_image_width','wpz_gallery_image_width');add_filter('et_pb_gallery_image_height','wpz_gallery_image_height');function wpz_gallery_image_width(){return '1080'}function wpz_gallery_image_height(){return '9999'}