﻿.gallery img {
    height: auto;
    border-radius: 10px;
    cursor: pointer;
    transition: .3s;
}
.gallery{
	padding: 10px 0;
}
.gallery img{
  background-repeat: no-repeat, repeat;
  background-size: cover;
	background-color: #ffffff;
	padding: 5px;
  width: 400px;
  height: 400px;
  margin-top: 30px;
  border-radius: 10px;
	box-shadow: 0 0 15px rgba(0,0,0,0.3);
	cursor: pointer;
  object-fit: cover;
}
#gallery-modal .modal-img{
	width: 100%;
  height: 100%;  
}
.title-pos-y{margin-top: 10px;}