﻿body {
}

a{
    text-decoration:none
}

.img-fluid {
    
}

.imgzoom {
    cursor:zoom-in
}

/* Overlay background */
.img-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

/* Image inside overlay */
.img-overlay img {
    max-width: 80%; /* 10% padding left/right */
    max-height: 80%; /* 10% padding top/bottom */
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
    border-radius: 8px;
}