.youtube-preview {
  position: relative;
  width: 100%;
  max-width: 330px;
  aspect-ratio: 16 / 9;
  cursor: pointer;
  background-color: #000;
  margin: 20px auto;
}
.youtube-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* PLAY BUTONU */
.youtube-preview::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px; /* buton boyutu */
  height: 56px;
  transform: translate(-50%, -50%);
  background-image: url('images/youtube2.png'); /* şeffaf butonun yolu */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}


body {

	font-family: arial, sans-serif;
	background-color: #f0f0f0;
	color: #565656;
	font-size: 20px;
	line-height: 28px;
	overflow-y: scroll;
	overflow-x: hidden;
}
 
#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -145px;  
}
p {
	line-height: 30px;
	margin-bottom: 20px;
}
a {
	text-decoration: none;
	color: #565656;
}

h1, h2, h3, h4, h6 {
	font-family: 'Arial';
	color: #565656;
	margin-bottom: 10px;
}
h1 {
	font-size: 38px;
	font-weight: bold;
		line-height: 30px;
}
h2 {
	font-size: 30 px;
	line-height: 26px;
	font-weight: bold;
}
h3 {
	font-size: 20px;
	line-height: 26px;
	font-weight: bold;
}
h4 {
	font-size: 20px;

}
h5 {
	font-size: 25px;
	color: #993333;
	height: auto;
	width: auto;
	word-spacing: normal;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
h6 {
	font-size: 14px;
}
#wrapper {
	width: 90%;
	padding-top: 0;
	line-height: 30px;  /* satır arası boşluk     */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header-wrapper {
	min-width: 350px;
	height: 88px;
	background: transparent url(style/images/header-bg.png) repeat-x center bottom;
}
#header {
	width: 350px;     
	height: 88px;
	margin: 0 auto;
	position: relative;
	z-index: 999;
}
#page-top {
	padding-bottom: 70px;
}
#menu-wrapper {
	float: right;
	position: absolute;
	bottom: 23px;
	right: 0;
}


.intro h1 {
	line-height: 28px;
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	font-family: Arial;
	color: #626262;
}



.intro h2 {
	line-height: 35px;
	font-size: 30px;
	text-align: center;
	font-weight: normal;
	font-family: Arial;
	color: #626262;
}


.intro {
	margin-top: -10px;
	margin-bottom:60px;
}
.content {
	background-color: #FFF;
	-moz-box-shadow: 0px 1px 2px #9f9f9f;
	-webkit-box-shadow: 0px 1px 2px #9f9f9f;
	box-shadow: 0px 1px 2px #9f9f9f;
	padding: 20px 20px 0 20px;
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
}


#wrapper ul.info li {
	background: none;
	padding: 0 0 0 35px;
	margin-bottom: 15px;
}
#wrapper ul.info li img {
	vertical-align: top;
}
#wrapper ul.info li.home {
	background: transparent url(style/images/icon-home.png) no-repeat 0 2px;
}
#wrapper ul.info li.phone {
	background: transparent url(style/images/icon-phone.png) no-repeat 0 2px;
}
#wrapper ul.info li.email {
	background: transparent url(style/images/icon-email.png) no-repeat 0 4px;
}
#twitter-wrapper {
	float: none;
	clear: both;
	margin: 0 0 60px 0;
	position: relative;
}
#twitter {
	font-style: italic;
	font-size:12px;
	padding: 10px 0;
	background: #e8e8e8 url(style/images/twitter.png) no-repeat 20px center;
	min-height: 28px;
}
#twitter ul {
	padding: 0;
	margin: 0;
}
#twitter ul li {
	background: none;
	padding: 5px 10px 5px 80px;
	line-height: 16px;
}
#twitter ul li a {
	color: #5d8ba6;
	text-decoration: none;
}
#twitter ul li a:hover {
	text-decoration: underline;
}
 
