.ip-press-content {
    position: relative;
    padding: 116px 15px 0;
    margin-top: -63px;
}

.ip-press-holder{
	position: relative;
	z-index: 5;
}

p#breadcrumbs {
    max-width: 1515px;
    position: relative;
    z-index: 5;
}

.ip-press-feed{
	display: flex;
	flex-wrap: wrap;
}

.ip-press-list{
	padding: 15px;
	width: calc(100% / 3);
}

.ip-press-list a{
	display: block;
	position: relative;
	background: #000;
}

.ip-press-logo{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px;
	height: 209px;
	background: #b6dee3;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ip-press-photo{
	position: relative;
	background: #fff;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: solid 1px #b6dee3;
}

.ip-press-list a:hover .ip-press-logo,
.ip-press-list a:hover .ip-press-photo{
	opacity: .8;
}

.ip-press-photo canvas{
	display: block;
	width: 100%;
}

.ip-press-photo img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.ip-press-list:nth-child(even) .ip-press-logo {
	background: #005e67;
}

.ip-press-pagi-holder {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 75px;
    margin-bottom: 60px;
}

.ip-press-pagi-holder > span a {
    font-size: 15px;
    color: #005b63;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 41px;
    height: 46px;
    border: solid 1px #b6dee3;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ip-press-pagi-holder > span a:hover{
	background: #b6dee3;
	color: #fff;
}

.ip-press-page-counter {
    font-size: 17px;
    font-weight: 700;
    color: #005e67;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 123px;
    border-top: solid 1px #b6dee3;
    border-bottom: solid 1px #b6dee3;
    text-transform: uppercase;
}

.ip-press-page-counter span {
    margin: 0 7px;
}

span.ip-press-prev a {
    border-radius: 2px 0 0 2px;
}

span.ip-press-next a {
    border-radius: 0 2px 2px 0;
}

.ip-press-bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 77%;
	background: url(../../images/press/press-bg.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}

.ip-press-bg::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
}

.ip-press-bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(-177deg, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
}

@media only screen and (max-width: 1199px) {
	.ip-press-logo {
	      height: 150px;
	  }
}

@media only screen and (max-width: 991px) {
	.ip-press-content {
	      padding: 60px 15px 0;
	  }

	  .ip-press-list {
	      width: 50%;
	  }

	  .ip-press-pagi-holder {
	    margin-top: 20px;
	    margin-bottom: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.ip-press-list {
	      width: 100%;
	      padding: 0 0 15px;
	  }
}