 
.bolum-video{
	max-width:550px;
	width:100%;
	height:auto;
	border-radius: 20px;
}
.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;
}