#isarta-gallery {
	background-color: black;
	width: 100%;
}

#isarta-gallery>tbody>tr>td {
	padding-top: 10px;
}

#isarta-gallery>tbody>tr>td:nth-child(1),
#isarta-gallery>tbody>tr>td:nth-child(3) {
	width: 50px;
	text-align: center;
	vertical-align: middle;
}

#isarta-gallery>tfoot>tr>td {
	padding-top: 10px;
	text-align: center;
}

.isarta-gallery-thumbnail {
	display: inline;
	text-align: center;
	margin: 0px 5px 15px 5px;
	padding-top: 20px;
	display: inline-block;
	width: 120px;
	height: 65px;
	background-size: cover;
	background-position: center center;
}

#isarta-gallery-preview-youtube-container {
	visibility: hidden;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

#isarta-gallery-preview-youtube-container iframe,
#isarta-gallery-preview-youtube-container object,
#isarta-gallery-preview-youtube-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#isarta-gallery-preview-image {
	/*display: none;*/
	visibility: hidden;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

	#isarta-gallery>tbody>tr>td:nth-child(1),
	#isarta-gallery>tbody>tr>td:nth-child(3) {
		width: 25px;
	}


	#isarta-gallery>tbody>tr>td:nth-child(1)>a>img,
	#isarta-gallery>tbody>tr>td:nth-child(3)>a>img {
		width: 7px;
		height: 12px;
	}

	.isarta-gallery-thumbnail {
		width: 100px;
		height: 54px;
	}
}