@media screen and (min-width:1160px) {
		   .alt_sayfa_alan { width:100%; max-width:1150px; height:auto; margin:auto;   }
		  .alt_bolum1 { float:left;  width:30%;   overflow:hidden;    }
		  .alt_bolum2 { float:left;  width:30%;   overflow:hidden;    }
		  .alt_bolum3 { float:left;  width:33%;   overflow:hidden; }
		  .alt_bolum4 { float:left;  width:40%;   overflow:hidden;   }
			
		}
@media screen and (min-width:900px) and (max-width:1159px),screen and (min-device-width:900px) and (max-device-width:1159px) {
			.alt_sayfa_alan { width:100%; max-width:1150px; height:auto; margin:auto;   }
		   .alt_bolum1 { float:left;  width:25%;   overflow:hidden;   }
		   .alt_bolum2 { float:left;  width:25%;   overflow:hidden;     }
		  .alt_bolum3 { float:left;  width:25%;   overflow:hidden; }
		  .alt_bolum4 { float:left;  width:25%;   overflow:hidden;  }
	         
		}
@media screen and (min-width:600px) and (max-width:900px),screen and (min-device-width:500px) and (max-device-width:900px) {
		 .alt_sayfa_alan { width:100%; max-width:1150px; height:auto; margin:auto;   }
		  .alt_bolum1 { float:left;  width:50%;   overflow:hidden;   }
		  .alt_bolum2 { float:left;  width:50%;   overflow:hidden;     }
		  .alt_bolum3 { float:left;  width:50%;   overflow:hidden; }
		  .alt_bolum4 { float:left;  width:50%;   overflow:hidden;  }
		  
		}
@media screen and (max-width:600px),screen and (max-device-width:600px) {
		.alt_sayfa_alan { width:100%; max-width:1150px; height:auto; margin:auto;   }
		  .alt_bolum1 { float:left;  width:100%;   overflow:hidden;   }
		  .alt_bolum2 { float:left;  width:100%;   overflow:hidden;     }
		  .alt_bolum3 { float:left;  width:100%;   overflow:hidden; }
		  .alt_bolum4 { float:left;  width:100%;   overflow:hidden;  }
}
   
   
   		/*  ---alt img----    */
.bg-rules-alt-img{
    background-position: center top;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.fables-after-overlay-alt-img{
    position: relative; 
}
.fables-after-overlay-alt-img::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(44,62,79,.7);
}
/*  ---alt img----   */