.height-landscape
{
	height: 800px;
}

.img-container-size
{
	width: 300px;
	height: 200px;
}

.title-height
{
	height: 135px;
}

.dimension-img-tab
{
	width: 350px;
}

@media screen and (max-width: 768px) {
	.dimension-img-tab
	{
		width: 100%;
	}
}