@media (min-width: 1200px){
    .container, .ts-container-extra-wide .ts-team-member-content:not(.entry-content) .elementor-section.elementor-section-boxed>.elementor-container {
        width: 1300px!important;
    }

    .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 1300px!important;
    }
}

@media (min-width: 1400px){
    .container, .ts-container-extra-wide .ts-team-member-content:not(.entry-content) .elementor-section.elementor-section-boxed>.elementor-container {
        width: 1300px!important;
    }

    .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 1300px!important;
    }
}

@media (min-width: 1600px){
    .container, .ts-container-extra-wide .ts-team-member-content:not(.entry-content) .elementor-section.elementor-section-boxed>.elementor-container {
        width: 1500px!important;
    }

    .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 1500px!important;
    }
}



.img-box {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.img-box .img {
    transition: all 0.7s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.img-box .img:hover{
    transform: scale(1.1);
} 

.img-box.img2 {
    height: 250px;
}
.img-box.img3 {
    height: 120px;
}