/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 9, 2024, 1:57:30 PM
    Author     : H050
*/

/* The Modal (background) */
.infoSecModal {
    display: none;  /* Hidden by default*/
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    //padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    //overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.infoSecModal-content {
    /*background-color: #fefefe;*/
    margin: auto; /* 15% from the top and centered */
    padding: 10px;
    /*border: 1px solid #888;*/
    width: 80%; /* Could be more or less, depending on screen size */
    height: 90%;
}

/* The Close Button */
.close {
    position: relative;
    color: #36454F;
    float: right;
    font-size: 28px;
    font-weight: bold;
    z-index: 2;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.imgHolder {
    clear:both;
    /*height: 100px;*/
    /*width: 100%;*/
}

.imgElem {
    /*    background-size: contain;
        background-repeat: no-repeat;
        width: 50%;
        height: 100%;
        margin: auto;
        display: block;
        margin-left: auto;
        margin-right: auto;*/
}

.splide__slide img {
    //width: 100%;
    //height: 90%;
    //object-fit: cover;
    max-width: 100% !important;
    height: auto !important;
    object-fit: cover;
}

@media only screen and (max-width: 700px) and (-webkit-min-device-pixel-ratio: 1) {
    .splide__slide img {
        max-width: auto !important;
        height: auto !important;
        object-fit: cover;
    }
}

/*@media only screen and (max-width: 700px) and (-webkit-min-device-pixel-ratio: 1) {
    .infoSecModal-content {
        background-color: #fefefe;
        margin: 3% auto;  15% from the top and centered 
        padding: 20px;
        border: 1px solid #888;
        width: 90%;  Could be more or less, depending on screen size 
        height: 65%;
        position: absolute;
        top: 50%%;
        left: 5%;
        transform: translate(-50%,-50%);
    }
    
    .imgElem {
        background-size: contain;
        background-repeat: no-repeat;
        width: 90%;
        height: 100%;
        //margin: auto;
        display: block;
        margin-left: auto;
        margin-right: auto;
        position: absolute;
        top: 65%;
        left: 50%;
        transform: translate(-50%,-50%);
        
    }
}*/


#image-carousel-thumb .splide__list {
    justify-content: center;
    align-items:center;
}
