/*
                  _   _             _ _ _ _ _        _ 
                 | | | |           | (_|_|_) |      | |
  _ __ ___  _   _| |_| |_   _    __| |_ _ _| |_ __ _| |
 | '_ ` _ \| | | | __| | | | |  / _` | | | | __/ _` | |
 | | | | | | |_| | |_| | |_| | | (_| | | | | || (_| | |
 |_| |_| |_|\__,_|\__|_|\__,_|  \__,_|_| |_|\__\__,_|_|
                                      _/ |             
                                     |__/

Samet Mutlu +05422419932 mutludijital.com.tr
*/
.next_butonlar{
            background-color: white;
            border-radius: 6px;
            box-shadow: 0px 0px 40px rgba(0,0,0,0.1);
            width: 300px;
        }
.next_butonlar h3{
	font-size: 16px;
	margin: 0px;
	line-height: 1.4em;
	margin: 10px;
	font-family:Poppins,sans-serif;
}
.next_butonlar .next_gorsel{
	width: 100px;
	height: 100px;
	background-size: cover;
	background-position: center center;
	float: left;
	margin-right: 15px;
	border-radius: 6px 0px 0px 6px;
	font-size: 40px;
	color: rgba(255,255,255,0.5);
	position: relative;
	overflow: hidden;
}
.next_butonlar .next_gorsel .butonlens{
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 0px;
	background-color: rgba(0,0,0,0.4);
	display: flex;
	align-items: center;
	justify-content: center;
}
.sonraki .next_gorsel{
	float: right;
	margin-right: 0px;
	margin-left: 15px;
	border-radius: 0px 6px 6px 0px;
}
.sonraki h3{
	text-align: right;
}

@media (max-width: 991px) {
	.next_butonlar{
		width: 48% !important;
		padding: 0px;
	}
	.next_butonlar h3{
		font-size: 15px;
	}
	.next_butonlar .next_gorsel{
		float: none;
		width: 100%;
		margin: 0px;
		border-radius: 6px 6px 0px 0px;
	}
}
