  ﻿@media (max-width:991px) {
    .team-section .post {
        width: inherit !important;
    }

        .team-section .post .open-team-popup {
            display: inline-block;
            width: inherit;
        }

        .team-section .post .content {
            width: inherit;
            display: inline-block;
        }
}

@media (min-width: 991px) {
    .team-popup .row .column-img {
        max-width: 270px;
        vertical-align: middle;
        /* margin-right: 80px; */
        text-align: center;
        height: 100%;
        background: #d32e1f;
        display: table;
    }

    .titleContainer {
        vertical-align: middle;
        text-align: center;
        display: table-cell;
    }
}

@media (min-width: 991px) and (max-width:1199px) {
    .team-popup .row .column-text {
        font-size: 1.75vh !important;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape){
    .team-section .post {
        max-width: 100%;
        width: 100% !important;
    }

        .team-section .post .open-team-popup {
            max-width: inherit;
            width: 100%;
            display: inline-block;
        }
        .team-section .post .content {
            max-width: inherit;
            width: inherit;
            min-width: 226px;
        }
}