.sample {
	position:relative;
	width:100%;
	height:0;
	padding-top:75%;
}

.sample iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.img-flex {
	display: flex;
	flex-wrap:wrap;
	justify-content: start;
}

.img-cont {
	padding: 5px;
	width: 110px;
}

.detail-table th {
	width:40%;
}

.detail-table td {
	width:60%;
}

@media screen and (max-width: 768px) {
	
	.detail-table {
		width: 100%;
	}
	
	.detail-table th,
	.detail-table td {
		display: block;
		width: 100%;
	}
	
	.detail-table th {
		border-bottom: none;
	}
	
}
