*{
	box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: #f5f5f5;
  color: #333;
}


.ad-slot {
  background-color: #e3e3e3;
}

.billboard { width: 1084px; min-height: 280px; margin: 0 auto; }
.leaderboard_90 { width: 728px; height: auto; margin: 0 auto; }
.leaderboard_250 { width: 728px; height: auto; margin: 0 auto; }
.leaderboard_300 { width: 728px; height: 300px; margin: 0 auto; }
.halfpage { width: 300px; height: 600px; margin: 0 auto; }
.rectangle { width: 336px; height: 280px; }
.multiplex { width: 100%; min-height: 250px; margin: 0 auto; }

@media (max-width: 970px) {
	.billboard, .leaderboard_90, .leaderboard_250, .leaderboard_300, .rectangle, .halfpage, .multiplex {
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
		height: auto;
		min-height: 250px;
	}
  
}  



/* İçerik */
article {
  overflow: hidden;
}

article p {
  line-height: 1.6;
  margin-bottom: 15px;
}

/* Footer */
footer {
  background: #222;
  color: #fff;
  text-align: center;
  padding: 20px;
}



.mb_20{
	margin-bottom: 20px;
}

.p_20{
	padding: 20px;
}

.containerfit {
  width: 1124px;
  margin: 0 auto;
}

#right{
	width: 336px;
	float: left;
}

#left{
	width: 728px;
	margin-right: 20px;
	float: left;
}

@media (max-width: 970px) {
	#left, #right, .containerfit {
		width: 100%;
		float: none;
		margin-right: 0;
	}
} 

.clear{
	clear:both;
}

.responsive_container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  }
  
  /* Then style the iframe to fit in the container div with full height and width */
  .responsive_inner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }

  .responsive_inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .breadcrumb-title-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 560px; /* Gerekirse ayarlayın */
    display: inline-block;
    vertical-align: bottom;
  }

  /* Kısayol oluşturma butonu stili */
.add-to-home {
  display: inline-block;
  padding: 10px 20px;
  background: #0d47a1;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  margin: 20px 0;
}


  @media (max-width: 768px) {
    .breadcrumb-title-ellipsis {
      max-width: 190px; /* Gerekirse ayarlayın */
    }
  }
   
.object_fit_cover{
	object-fit: cover; 
	height: 100%; 
	width: 100%;
}