@charset "utf-8";
/* CSS Document */






.phyter_press{
	width:100%;
	padding:125px 0;
	}

.press_list{
	display:inline-block;
	margin: 10px 20px 10px 0;
	width: calc((100% - 60px) / 3);
	text-align:center;
	padding:30px;
	border:1px solid #f0eeee;
}

.press_list_image{
	margin-bottom: 20px;
	height: 80px;
	}

.press_list_image img{
	max-height: 100% !important;
	margin: 0 auto;
	width: auto !important;
	}

.press_list_copy{
	height:115px;
	}

.press_list_copy h2 {
	font-weight:normal!important;
	}

.press_list_copy h2 a {
	color:#999!important;
	}

.press_list_copy h2 a:hover {
	color:#e06a2d!important;
	}

.press_list_btn{
	height:50px;
	}

a.press_button {
	background-color:#e06a2d;
	color:#fff;
	padding:12px 18px 14px 18px;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase!important;
	}

a.press_button:hover{
	color:#fff!important;
	}

audio{
	margin-top:-40px;
	width:100%;
	}


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

.phyter_press{
	padding:50px 0;
	}

.press_list{
	width: calc((100% - 40px) / 2);
}


}



@media screen and (max-width:995px) and (orientation: portrait) { 

.phyter_press{
	padding:50px 0;
	}

.press_list {
    display: block;
    width: 100%;
}

}


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

.press_list {
    display: block;
    width: 100%;
}


}



























































