
.full {width:100%; float:left}
.half {width:50%; float:left}
.whatsapp {bottom:95px !important}
.content {width:800px !important; margin: auto}
.contentimg, .contentimg img {
  width: 100%;
  display: flex;
}



@media only screen and (max-width: 800px){
.content, .contentimg {width:100% !important}

}
h5 {font-size:15px !important}



	@media only screen and (max-width: 640px){
		.trendyol {
			width:50%;
			position:fixed;
			bottom:2%;
			left:0px;
			z-index: 999999;
			display: block;
		}
		.site {
			width:50%;
			position:fixed;
			bottom:2%;
			right:0px;
			z-index: 999999;
			display: block;
		}
	}
	
	@media screen and (min-width: 640px) and (max-width: 900px) {
		.trendyol {
			width: 40%;
			position: fixed;
			bottom: 2%;
			left: 4%;
			z-index: 999999;
			display: block;
		}
		.site {
			width: 40%;
			position: fixed;
			bottom: 2%;
			right: 4%;
			z-index: 999999;
			display: block;
		}
	}

	@media screen and (min-width: 900px) and (max-width: 1300px) {
		.trendyol {
			width: 20%;
			position: fixed;
			bottom: 2%;
			left: 20%;
			z-index: 999999;
			display: block;
		}
		.site {
			width: 20%;
			position: fixed;
			bottom: 2%;
			right: 20%;
			z-index: 999999;
			display: block;
		}
	}

	@media screen and (min-width: 1300px) and (max-width: 2000px) {
		.trendyol {
			width: 20%;
			position: fixed;
			bottom: 2%;
			left: 30%;
			z-index: 999999;
			display: block;
		}
		.site {
			width: 20%;
			position: fixed;
			bottom: 2%;
			right: 30%;
			z-index: 999999;
			display: block;
		}
	}
	
	@media screen and (min-width: 2000px) and (max-width: 2800px){
		.trendyol {
			width: 13%;
			position: fixed;
			bottom: 2%;
			left: 34%;
			z-index: 999999;
			display: block;
		}
		.site {
			width: 13%;
			position: fixed;
			bottom: 2%;
			right: 34%;
			z-index: 999999;
			display: block;
		}
	}

	@media screen and (min-width: 2800px) and (max-width: 3000px){
		.trendyol {
			width: 10%;
			position: fixed;
			bottom: 2%;
			left: 37%;
			z-index: 999999;
			display: block;
		}
		.site {
			width: 10%;
			position: fixed;
			bottom: 2%;
			right: 37%;
			z-index: 999999;
			display: block;
		}
	}
	
	@media screen and (min-width: 3000px) and (max-width: 6000px){
		.trendyol {
			width: 6%;
			position: fixed;
			bottom: 2%;
			left: 44%;
			z-index: 999999;
			display: block;
		}
		.site {
			width: 6%;
			position: fixed;
			bottom: 2%;
			right: 44%;
			z-index: 999999;
			display: block;
		}
	}


	.trendyol img, .site img {width:100%}