.gradient-overlay {
                position: absolute;
                bottom: -3px;
                width: 100%;
                height: 120px;
                background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 65%);
				z-index: 10;
				pointer-events: none; 
            }
            #vermas {
                position: relative;
                padding-bottom: 0px;
            }
            .row-see-more-details {
                margin-top: 0px;
                position: relative;
                z-index: 11;
            }
			.btn-see-more-details {
				cursor: pointer;
				margin-top: 10px;
			}
			
			@media (max-width: 768px) {
				div#vermas {
					display: flex!important;
					flex-direction: row!important;
				}
			}