.landing-gallery__watch-more-holder{position: relative; margin-top: -50px;}
.landing-gallery__photos-holder{position: relative;}
.landing-gallery__photos-overlay{position: absolute; left:-10px; bottom: 0; right: -10px; height: 70%; pointer-events: none; mix-blend-mode: normal; background-blend-mode: normal;}
.landing-gallery__photo{transition: all 300ms; display: block; padding-top: 100%; width: 100%; border-radius: 20px; background-color: rgba(255,255,255,.15); background-size: cover; margin-bottom: 16px;}

@media(min-width: 768px){
	.landing-gallery__photo:hover{transform: scale(1.05);}
}

.landing-gallery__img-title{margin-bottom: 50px;}

.btn.btn-landing-gallery-watch-more{color: #fff; font-weight: bold; background: rgba(255,255,255,.1); }
.btn.btn-landing-gallery-watch-more:hover{color: #fff; background: rgba(255,255,255,.15); }
