﻿.content_img {
    display: block;
}
.content_img table{
	border: none;
    margin-bottom: 20px;    
	width: 100% !important;
}
.content_img table tr ,.content_img table td {
	border: none;
    padding: 8px;
	align-content: start;
}	
.content_img table a {
	display: block;
    height: 400px;
    overflow: hidden;
}
.content_img table img {
    /**/width: 100%;
    height: 100%;
    padding: 0;
    border-radius: 25px;
	object-fit: cover;
}
.content_img table tr:nth-child(even) {
	background-color: unset;
}


.content_img table tr:hover {
    background-color: unset;
}

@media screen and (max-width: 768px) {
    .content_img img {
        border-radius: 0;
    }
}