﻿/*@media (min-width: 768px)
{
    .tablet\:flex {
        display: flex;
    }

    .swiperBtnContainer{
        position:absolute;
    }
}

*/

@media (min-width:1280px){
    .md-screen\:overflow-y-auto {
        overflow-y: auto;
    }
}

.anchor-sticky {
    position: sticky;
    top: 5rem;
    background: white;
    z-index: 20;
}

@media (min-width:1280px) {
    .anchor-sticky {
        top: 12.25rem;
    }
}

.h-95p {
    height: 95%;
}

@media (min-width:1280px) {
    .md-screen\:m-4 {
        margin: 1rem;
    }
}

.Modal-content-max-h {
    max-height: 22rem;
}


.ps-Non-executive-Directors{
    img{
        object-fit:contain;
    max-width:120px;
    height:auto;
    }}
