.buy-content {
    position: absolute;
    text-align: center;

	left: 50%;
	transform: translate(-50%, 0%);
}


.buy-image {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.text-buy {
    position: relative
}

/* iPad Retina, landscape*/
@media only screen  and (orientation:landscape){ 
	.buy-image {
		width: 90%;
	}
}

/* iPad Retina, portrait*/
@media only screen  and (orientation:portrait){ 
  .buy-image {
		width: 80vw;
	}
}


