/*
Theme Name: Persona.ly New
Author: Anton Goncharov
Author URI: https://theunitedmind.com
Version: 1.1.4
*/

body {
	padding:0;
	margin:0;
}

.phone-wrap {
	background-image: url("/blog/wp-content/themes/personaly/images/iphone_port.png");
	background-repeat: no-repeat;
	background-size: 360px 700px;
	width: 380px;
	height: 690px;
	margin: 0 auto 10px;
	position: relative;
}

.phone-wrap iframe {
	height: 480px;
	width: 320px;
	position: absolute;
	top: 100px;
	left: 28px;
}

.phone-landscape-wrap {
	background-image: url("/blog/wp-content/themes/personaly/images/iphone_land.png ");
	background-repeat: no-repeat;
	background-size: 660px 310px;

	width: 690px;
	height: 326px;
	margin: 0 auto 10px;
	position: relative;
}

.phone-landscape-wrap iframe {
	height: 320px;
	width: 480px;
	position: absolute;
	top: 15px;
	left: 85px;
}

.article-page .article-content .posts-columns .left>.content iframe {
    margin:0 auto !important; 
}