.im-container{
	text-align: center;
	position: relative;
}

.iMessage{
	width: 90%;
	max-width: 400px;
	display: inline-block;
	position: relative;



	/* transform: rotate(1.5deg); */

}

.iMessage:before{
	display: block;
	content: "";
	padding-top:201.5% ;
}

.iMessage > .imgdiv{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;

	background-image: url(../img/iMessage.png);
	background-size: cover;

}

.iMessage > .frame{
	position: absolute;
	left: 6.6%;
	right: 6.6%;
	top: 18.3%;
	bottom: 16.3%;
	/* background-color: rgba(255,0,0,0.5); */
	overflow-y: scroll;
	background-color: white;
}

.iMessage > .frame img{
	width: 50%;
	padding: 5%;
	box-sizing: border-box;

}