/**
  Theme Name: Rhye Child
  Theme URI: https://artemsemkin.com/rhye/wp/
  Description: This is a child theme of Rhye, generated by Merlin WP.
  Author: Artem Semkin
  Author URI: https://artemsemkin.com
  Template: rhye
  Version: 1.0.0
*/

.gallery {
  width: 100%;
  height: calc(100vh - 60px);
  position: relative;
}

.cool-img  {
  width: 75px;
  height: 100px;
  overflow: hidden;
  position: absolute;
  margin: 20px;
}

.cool-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}