 
.video-box img.bolum-video{
	max-width:550px;
	width:100%;
	height:auto;
	border-radius: 20px;
	box-shadow:0px 0px 20px 0px #33333315;
	position:relative;
}
.video-box a.video:before{
	font-family: ElegantIcons;
	content: '\49';
	position:absolute;
	//display:inline-block;
	display:none;
	left:50%;
	top:50%;
	border-radius: 50px;
	background-color: #ffffffc4;
	transform:translate(-50%,-50%);
	font-size:60px;
	line-height:60px;
	z-index:10;
	padding:0px 4px 3px 0px
}

.bolum-video{
	max-width:450px;
	width:100%;
	height:auto;
	box-shadow: 0px 0px 10px;
}
.bolum-video:hover{
	box-shadow: 0px 0px 20px;
	transition: all 0.1s linear;
}
.bolum-video-overlay{
	position: absolute;
	width: 40%;
	height: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	opacity: 0.3;
	transition: opacity 0.3s;
}
.bolum-video:hover+.bolum-video-overlay,
.bolum-video-overlay:hover{
	opacity: 0.7;
}



.footer-harita{
	width:100%;
	opacity:0.95;
	background: linear-gradient(to right,transparent 98%,#121921),
				linear-gradient(to left,transparent 98%,#121921),
				linear-gradient(to bottom,transparent 95%,#121921),
				linear-gradient(to top,transparent 95%,#121921),
				url('/upload/resimler/foot_harita.webp');
	background-position:center;
}
.footer-harita:hover{
	opacity:1;
}
.footer-harita a{
	display:block;
	width:100%;
	height:100%;
}
.sil-btn{
	border-radius: 15px;
	cursor: pointer;
	background-color: #dc3545;
	color: white;
	padding: 5px 10px;
	text-align: center;
	display: inline-block;
	margin: 10px;
}
.sil-btn:hover{
	color: white;
	background-color: red;
}
.profil-rsm-modal-img{
	width:100%;
	height:auto;
}