.ip-banner {
	display: none;
}
#inner-page-wrapper,
#content-full {
	margin: 0;
}
#inner-page-wrapper > .container {
	width: 100%;
	padding: 0;
}
.ip-press-media-wrap {
	padding: 0;
	overflow: hidden;
	/*background: url(../../images/contact/bg-contact.png) 0 58px no-repeat;*/
	background-image: url(../../images/contact/bg-contact.png);
	background-position: 50% 58px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	position: relative;
}
	.ip-press-media-wrap::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		height: 385px;
		background: url(../../images/contact/overlay-contact.png) top left/auto 100% repeat-x;
		pointer-events: none;
	}
	.ip-press-media-wrap::after {
		content: '';
		display: block;
		position: absolute;
		width: 100%;
		height: 60%;
		bottom: 0;
		background: #000000;
		z-index: 2;
	}
	.ipmw-row {
		padding: 0;
		position: relative;
		z-index: 3;
	}
		.ipmw-press {
			position: relative;
			padding: 259px 72px 44px;
		}
			.ipmw-press-bg {
				position: absolute;
				width: 100%;
				height: 72.22%;
				top: 32.75%;
				left: 0;
				background: url(../../images/media/press-bg-02.jpg) no-repeat center center / cover;
			}
			/*.ipmw-press-bg::before,*/
			.ipmw-press-bg::after {
				content: '';
				display: block;
				position: absolute;
				top: 0;
				bottom: 0;
				left: 0;
				right: 0;
			}
			.ipmw-press-bg::before {
				background: linear-gradient(to right, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.49) 99%,rgba(0,0,0,0.8) 100%); 
			}
			.ipmw-press-bg::after {
				background: #000000;
				opacity: 0.85;
			}
			#content .ipmw-press h1 {
				position: relative;
				margin: 0 0 35px;
			}
			.ipmw-press-holder {
				position: relative;
			}
				.ipmw-press-list {

				}
					.ipmw-press-col {
						width: calc( 33.33% - 56px );
						margin-bottom: 85px;
					}
						.ipmw-press-col a {
							display: block;
							background: #171717;
							border: 1px solid #e4c87c;
							transition: all 0.35s ease-in-out;
						}
						.ipmw-press-col a:hover {
							background: #000000;
						}
							.ipmw-press-text {
								height: 102px;
								padding: 5px;
								text-align: center;
							}
								.ipmw-press-title {
									font-size: 30px;
									font-weight: 700;
									color: #e4c87c;
									line-height: 1.1;
									letter-spacing: -0.05em
								}
								.ipmw-press-desc {
									padding: 0 15px;
									font-size: 15px;
									font-weight: 300;
									color: #ffffff;
									line-height: 1.2;
									letter-spacing: -0.02em;
									transition: all 0.35s ease-in-out;
								}
								.ipmw-press-col a:hover .ipmw-press-desc {
									color: #e4c87c;
								}
							.ipmw-press-image {

							}
								.ipmw-press-image canvas {
									display: block;
									width: 100%;
									background-color: #cccccc;
									background-position: center center;
									background-repeat: no-repeat;
									background-size: cover;
								}
				.ipmw-press-holder .btn-a {
					font-size: 20px;
					margin: 0 auto;
					width: 262px;
					height: 64px;
					max-width: 100%;
				}
		.ipmw-media {
			position: relative;
			padding: 44px 0 142px;
		}
			.ipmw-media-bg {
				position: absolute;
				width: 100%;
				height: 535px;
				bottom: 0;
				background: #000000;
			}
			.ipmw-media-bg div {
				position: absolute;
				width: calc( 50% - 305px );
				height: 100%;
				top: 0;
				background-position: center center;
				background-repeat: no-repeat;
				background-size: cover;
			}
			.ipmw-media-bg div::after {
				content: '';
				display: block;
				position: absolute;
				top: 0;
				bottom: 0;
				left: 0;
				right: 0;
				background: #000000;
			}
			.ipmw-media-bg-01 {
				background: url(../../images/media/media-bg-01.jpg);
				left: 0;
			}
				.ipmw-media-bg-01::after {
					opacity: 0.25;
				}
			.ipmw-media-bg-02 {
				background: url(../../images/media/media-bg-02.jpg);
				right: 0;
			}
				.ipmw-media-bg-02::after {
					opacity: 0.60;
				}
			#content .ipmw-media h2 {
				font-size: 60px;
				color: #e4c87c;
				line-height: 1;
				letter-spacing: -0.08em;
				text-align: center;
				text-transform: uppercase;
				margin: 0 0 88px;
				position: relative;
			}
			#content .ipmw-media h2 span {
				display: block;
				font-size: 18px;
				font-weight: 400;
				letter-spacing: 0;
				margin-bottom: 4px;
			}
			.ipmw-media-holder {
				max-width: 1248px;
				margin: 0 auto;
				padding: 0 15px;
			}
				.ipmw-media-list {

				}
					.ipmw-media-col {
						width: 25%;
					}
						.ipmw-media-col a {
							display: block;
							position: relative;
							background: #000000;
							transition: background .3s;
						}
						.ipmw-media-col:nth-child(12n+2) a,
						.ipmw-media-col:nth-child(12n+4) a,
						.ipmw-media-col:nth-child(12n+5) a,
						.ipmw-media-col:nth-child(12n+7) a,
						.ipmw-media-col:nth-child(12n+10) a,
						.ipmw-media-col:nth-child(12n+0) a {
							background: #171717;
						}
						.ipmw-media-col a:hover {
							background: #e4c87c;
						}
							.ipmw-media-col canvas {
								display: block;
								width: 100%;
							}
							.ipmw-media-col img {
								position: absolute;
								max-width: 90%;
								top: 50%;
								left: 50%;
								transform: translate(-50%, -50%);
								transition: filter .3s
							}
							.ipmw-media-col a:hover img {
							    -webkit-filter: saturate(0%) brightness(0%) contrast(100%);
							    filter: saturate(0%) brightness(0%) contrast(100%);
							}

.aiosp-wrap .aiosp-container .aios-popup-body {
	min-height: initial;
}
	.aiosp-wrap .press-id-757 {
	    position: relative;
	    display: block;
	    padding-top: 56.25%;
	}
		.aiosp-wrap .press-id-757 > iframe {
		    display: block;
		    position: absolute;
		    top: 0;
		    left: 0;
		    width: 100%!important;
		    height: 100%!important;
		}

.aios-popup-body .aiosp-close {
    color: #fff;
    top: -44px;
    right: 0;
}

@media only screen and (max-width: 1199px) {
	.ipmw-press {
	    padding: 268px 42px 44px;
	}
	.ipmw-press-col {
	    width: calc( 33.33% - 36px );
	    margin-bottom: 60px;
	}
	.ipmw-press-text {
		height: 85px;
	}
	.ipmw-press-title {
		font-size: 18px;
	}
	.ipmw-press-desc {
		font-size: 12px;
	}
	.ipmw-media-holder {
		max-width: 992px;
	}
	.ipmw-media-bg div {
    	width: calc( 50% - 240px );
    }
}

@media only screen and (max-width: 991px) {
	.aiosp-wrap .aiosp-container .aios-popup-body {
		width: 100%;
	}
	.ipmw-media {		
		padding: 0 0 142px;
	}
	#content .ipmw-media h2 {
		margin: 0 0 40px;
	}
	.ipmw-press {
	    padding: 40px 15px 44px;
	}
	#content .ipmw-press h1 {
		text-align: center;
	}
	.ipmw-press-list {
		display: block;
	}
	.ipmw-press-col {
	    width: 100%;
	    max-width: 500px;
	    margin: 0 auto 40px;
	}
	.ipmw-media-bg div {
		width: 50%;
	}
	#inner-page-wrapper {
        padding-top: 100px;
    }
}

@media only screen and (max-width: 767px) {
	
}

@media only screen and (max-width: 480px) {
	.ipmw-media-col {
		width: 50%;
	}
	.ipmw-media-col a {
		background: #000000 !important;
	}
	.ipmw-media-col:nth-child(4n+2) a,
	.ipmw-media-col:nth-child(4n+3) a{
		background: #171717 !important;
	}
	.ipmw-media-col a:hover {
	    background: #e4c87c !important;
	}
}