.inside_block_line{
	max-height: 40vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    overflow: hidden;
}
.text-shadow{
	text-shadow: 1px 1px 2px rgba(255, 255, 255, 1);
}
.img_in_block_line {
    width: 100%;
    object-fit: cover;
   	height: 100%;
}
.wrapper_content_block_line {
    padding: 15px;
}
.btn_block_line{
	position: absolute;
	top: 50%;
	margin-top:-12px;
	left: 50%;
	margin-left:-48px !important;	
}
.inside_block_line .card_btn {
    margin-bottom: 15px;
}
@media only screen and (max-width: 768px){
	.class_reverse{
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
	.img_in_block_line {
	   	height: auto;
	}
	.height_auto{
		min-height: auto;
		max-height: unset;
	}
}