.overlap-box {
width:30%;
}


@media screen and (max-width: 1200px){
	.overlap, .overlap-child {
		position:initial !important;
		width:100%;
	}
	
	.bg-black-opacity {
		background:#000;
	}
    }
    
@media only screen and (min-width: 1201px) and (max-width: 1380px) {
	.overlap, .overlap-child {
		bottom:5px;
	}
}

@media only screen and (min-width: 1381px) and (max-width: 1399px) {
	.overlap, .overlap-child {
		bottom:7px;
	}
}