

@media screen and (max-width: 600px) {
    .details .lac img {
		width: 100%;
		max-height: 150px;
		min-height: 150px;
	}
	.media-section .nav-tabs .nav-item{
		width: 100%;
		text-align: center;
		margin-bottom: 15px;
	}
	.media-section iframe{
		min-height: 250px;
	}
}
