/* For extremely small screen devices (595px and below) */
@media only screen and (max-width: 595px) {
    .column_parent2 {
        display:none;
    }

    .column_img_left2 {
        display:none;
    }

    .column_img_right2 {
        display: none;
    }

    .small_column_parent2 {
        background: url(../img/Other/Teambuilding/TeamBuilding_Zoom.webp); 
        background-size: cover; 
        background-position: 65% 10%; 
        background-repeat:no-repeat; 
        height: 200px; 
        width: auto;
    }
    .small_column_img_left2 {
        /* color: white; */
        position: relative;
        width: 100%;
        height: auto;
    }
            
    .small_column_img_right2 {
        display: none;
    }
    
}

/* Small screen devices (600px and above) */
@media only screen and (min-width: 600px) {
    .column_parent2 {
        position: relative;
        background: url(../img/Other/Teambuilding/TeamBuilding_Zoom.webp); 
        background-size: cover; 
        background-position: 50% 10%; 
        background-repeat:no-repeat; 
        height: 325px; 
        width: auto;
    }
    .column_img_left2 {
        color: white;
        position: absolute;
        top: 10%;
        left: 5%;
        z-index: 1;
        width: 50%;
        height: auto;
    }
            
    .column_img_right2 {
        position: absolute;
        top: 10%;
        left: 5%;
        z-index: 2;
        width: 50%;
        height: auto;
    }
    .small_column_parent2 {
       display:none;
    }
    .small_column_img_left2 {
        display:none;
    }           
    .small_column_img_right2 {
        display: none;
    }
    
}

/* Medium screen devices (768px and above) */
@media only screen and (min-width: 768px) {
    .column_parent2 {
        position: relative;
        background: url(../img/Other/Teambuilding/TeamBuilding_Zoom.webp); 
        background-size: cover; 
        background-position: 50% 10%; 
        background-repeat:no-repeat; 
        height: 350px; 
        width: auto;
    }
    .column_img_left2 {
        color: white;
        position: absolute;
        top: 10%;
        left: 5%;
        z-index: 1;
        width: 50%;
        height: auto;
    }
            
    .column_img_right2 {
        position: absolute;
        top: 10%;
        left: 5%;
        z-index: 2;
        width: 50%;
        height: auto;
    }
    .small_column_parent2 {
        display:none;
     }
     .small_column_img_left2 {
         display:none;
     }           
     .small_column_img_right2 {
         display: none;
     }

}

/* Big screen devices (889px and above) */
@media only screen and (min-width: 889px) {
    .column_parent2 {
        position: relative;
        background: url(../img/Other/Teambuilding/TeamBuilding_Zoom.webp); 
        background-size: cover; 
        background-position: 50% 10%; 
        background-repeat:no-repeat; 
        height: 409px; 
        width: auto;
    }
    
    .column_img_left2 {
        color: white;
        font-size: x-large;
        text-align: center;
        position: absolute;
        top: 10%;
        left: 5%;
        z-index: 1;
        width: 50%;
        height: auto;
    }
            
    .column_img_right2 {
        position: absolute;
        top: 10%;
        left: 5%;
        z-index: 2;
        width: 50%;
        height: auto;
    }
    .small_column_parent2 {
        display:none;
     }
     .small_column_img_left2 {
         display:none;
     }           
     .small_column_img_right2 {
         display: none;
     }
}

/* Extra big screen devices (1200px and above) */
@media only screen and (min-width: 1200px) {
    .column_parent2 {
        position: relative;
        background: url(../img/Other/Teambuilding/TeamBuilding_Zoom.webp); 
        background-size: cover; 
        background-position: 50% 10%; 
        background-repeat:no-repeat; 
        height: 409px; 
        width: auto;
    }
    
    .column_img_left2 {
        color: white;
        font-size: x-large;
        text-align:center;
        position: absolute;
        top: 20%;
        left: 10%;
        z-index: 1;
        width: 50%;
        height: auto;
    }
            
    .column_img_right2 {
        position: absolute;
        top: 20%;
        left: 10%;
        z-index: 2;
        width: 50%;
        height: auto;
    }
    .small_column_parent2 {
        display:none;
     }
     .small_column_img_left2 {
         display:none;
     }           
     .small_column_img_right2 {
         display: none;
     }
}
