.home_main_container a{
    /*display:inline-block;*/
    width:100%;
}

.custom_col_100{
            width:100%;
            position:relative;
        }

        .custom_col_100 img{
            width:100%;
            display:block;
            object-fit: cover;
            object-position: top;
        }

        .custom_col_100_absolute{
                   position: absolute;
                   top: 50%;
                    left: 50%;
                     transform: translate(-50%, -50%);
                    width: 44%;
        }

        .custom_col_100_absolute img{
            width:100%;
        }

.custom_col_50{
    		width:50%;
    		float:left;
    	}

    	.custom_col_50 img{
    		width:100%;
    		object-fit: cover;
    	}

    	.custom_col_50 .custom_col_25{
    		width:50%;
    		height:50%;
    		float:left;
    	}

    	.custom_col_50 .custom_col_25 img{
    		width:100%;
    		object-fit: cover;
    	}

    	@media only screen and (max-width: 1100px) {
    		.custom_col_50{
	    		width:100%;
	    		float:left;
	    	}

	    	.custom_col_50 .custom_col_25{
	    		width:100%;
	    		float:left;
	    	}	
    	}