.resimyuksek
{
	height:75%;
}
.butonteklif
{
	border:1px solid #ff9928;
	border-radius:5px;
	background-color: white;
	width: 100%;
	margin-top:20px;
}
.butonteklif:hover
{
	background-color: #ff9928;
	color:white;
}
@media only screen and (max-width: 900px) {
  .resimyuksek
  {
  	height: 82%;
  }
  .mobildeyok
  {
    display: none;
  }
  .butonteklif
  {
  	position: fixed;
  	bottom: 0;
    left: 0;
  	background-color: #ff9928;
  	color:white;
  }
}
@media only screen and (max-width: 700px) {

.resimyuksek
{
  height: 55%;
}




}