/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/css.css to edit this template
*/
/* 
    Created on : Apr 9, 2024, 10:28:00 AM
    Author     : qchoumont
*/
.img-cropped {
    object-fit: cover;
    object-position: center center;
    height: 80%;
}
.rel {
  position: relative;
}
.overlay{
    pointer-events: none;
    touch-action: none;
    display: none;
    font-size:2em;
    text-align: center;
    color:white;
    position: absolute;
    left:0;
    top:0;
    padding: 25px;
}

.mouse-over{
    filter: brightness(50%);
}

a{
    text-decoration: none;
    color:black;
        
}
