@media only screen {
	.press-wrapper {
		position: relative;
		padding-bottom: 20px;
	}
	.press-wrapper .press-loading {
		display: block;
		position: absolute;
		top: 20px;
		left: 0;
		right: 0;
		max-width: 1400px;
		margin: 0 auto;
		font-size: 16px;
	}
	.press-wrapper .press-loading i {
		margin-left: 20px;
		font-size: 24px;
	}
	.panel-container .press {
		padding-left: 0;
		padding-right: 0;
	}
	.press {
		position: relative;
		max-width: 100%;
		overflow: hidden;
		padding: 2em 0 2em 0;
		visibility: hidden;
	}
	.press.loaded {
		visibility: visible;
	}

	.press .slick-slider {
		margin-bottom: 0;
		margin-bottom: 42px;
	}
	.press .slick-track {
		display: flex !important;
	}
	.press .slick-slide {
		height: inherit !important;
		overflow: hidden;
	}
	.press .slick-slide:focus {
		outline: none;
	}
	.press .slick-slide > div {
		height: 100%;
	}

	/* slide image */
	.press .slide .slide-inner {
		position: relative;
		top: 16px;
		width: 100%;
		height: calc(100% - 16px);
		border: 4px solid transparent;
		z-index: 1;
	}
	.press .slide.slick-center .slide-inner {
		height: 100%;
		top: 0;
		z-index: 2;
	}

	.press .slide .image-wrapper {
		position: relative;
	}
	.press .slide .image-wrapper a {
		display: block;
	}

	/* slide content */
	.press .slide .content-wrapper {
		display: flex;
		justify-content: center;
		align-items: center;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		margin: 0 auto;
		background-color: rgba(0, 0, 0, 0.5);
	}
	.press .slide {
		width: 290px;
	}
	.press .slide .image-wrapper,
	.press .slide .image-wrapper img,
	.press .slide .content-wrapper {
		height: 392px;
	}
	.press .slide.slick-center,
	.press .slide.slick-center .image-wrapper,
	.press .slide.slick-center .image-wrapper img,
	.press .slide.slick-center .content-wrapper {
		width: 300px;
		height: 420px;
	}

	.press .slide .content-inner {
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		align-items: flex-start;
		width: 90%;
		height: 90%;
	}
	.press .slide .content-wrapper h3 {
		width: 100%;
		margin-top: 0;
		color: white;
		line-height: 1.2;
	}
	.press .slide .content-wrapper h3 a {
		text-decoration: none;
	}
	.press .slide .content-wrapper h5 {
		width: 100%;
		font-family: Oswald;
		text-transform: uppercase;
		color: white;
	}
	.press .slide .content-wrapper h6 {
		width: 100%;
		font-family: Oswald;
		color: white;
		font-weight: 400;
	}
	.press .slide .content-wrapper .button {
		padding-left: 1.188em;
		padding-right: 1.188em;
		border-color: white;
	}
	.press-wrapper .slick-slider .slick-dots {
		position: relative;
		margin: 0 auto;
		width: 70%;
	}
	.press-wrapper .slick-slider .slick-dots li button:before {
	    color: transparent;
	    opacity: 1;
	    font-size: 16px;
	}
	.press-wrapper .slick-slider .slick-dots li.slick-active button:before {
		color: #000;
		font-size: 20px;
	}
	.press-wrapper .arrow-cont {
	    display: block;
	    position: absolute;
	    bottom: 70px;
	    left: 0;
	    width: 100%;
	    height: 0;
	    max-width: 340px;
	    margin-left: auto;
	    margin-right: auto;
	    right: 0;
	}
	.press-wrapper .arrow-cont .custom-arrow {
		display: block;
		position: absolute;
		bottom: 0;
		height: 30px;
		width: 30px;
	}
	.press-wrapper .arrow-cont .prev {
		left: 40px;
	}
	.press-wrapper .arrow-cont .next {
		right: 40px;
	}
	.press-wrapper .arrow-cont .fas {
		font-size: 1.2em;
		position: absolute;
		top: 5px;
		left: 10px;
	}
	.press-wrapper .slide-message {
	    display: block;
	    position: relative;
	    bottom: 10px;
	    text-transform: uppercase;
	    text-align: center;
	    font-size: 0.9em;
	    pointer-events: none;
	}
	.press-wrapper .slider-controls  {
		position: absolute;
	    left: 0;
	    right: 0;
	    bottom: 30px;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    width: 320px;
	    height: 0;
	    margin: 0 auto;
    }
	.press-wrapper .slider-controls .custom-arrow {
		display: block;
		position: absolute;
		height: 30px;
		width: 30px;
		cursor: pointer;
		background-repeat: no-repeat;
		background-size: 52%;
		background-position: top left;
	}
	.press-wrapper .slider-controls .prev {
		left: 55px;
		background-image: url(/includes/public/assets/images/BlackArrowLeft.png);
	}
	.press-wrapper .slider-controls .next {
		right: 40px;
		background-image: url(/includes/public/assets/images/BlackArrowRight.png);
	}
	.press-wrapper .slick-dots {
		bottom: -10px;
	}
	.press-wrapper .slick-dots li button {
		width: 16px;
		height: 16px;
		border: 1px solid grey;
		border-radius: 100%;
		background-color: white;
	}
	.press-wrapper .slick-dots li button:before {
		color: transparent;
		opacity: 1;
		font-size: 16px;
	}
	.press-wrapper .slick-dots li.slick-active button {
		border: 0;
	}
	.press-wrapper .slick-dots li.slick-active button:before {
		font-size: 20px;
		opacity: 1;
	}		
}

@media (min-width: 420px) {
	.press .slide {
		width: 350px;
	}
	.press .slide .image-wrapper,
	.press .slide .image-wrapper img,
	.press .slide .content-wrapper {
		height: 490px;
	}
	.press .slide.slick-center,
	.press .slide.slick-center .image-wrapper,
	.press .slide.slick-center .image-wrapper img,
	.press .slide.slick-center .content-wrapper {
		width: 375px;
		height: 525px;
	}
}

@media (min-width: 1025px) {
	.press .slides {
		max-width: 1000px;
		margin: 0 auto;
	}
	.press .slick-slide {
		width: auto;
		margin-bottom: 0;
	}
	.press .slide .slide-inner {
		top: 0;
		height: 100%;
		border: 0 none;
	}
	.press .slide .image-wrapper {
		height: auto;
	}
	.press .slide .image-wrapper img,
	.press .slide.slick-center .image-wrapper img {
		/* 408 x 266 */
		margin-top: 0;
		width: 320px;
		height: 209px;
	}
	.press .slide .content-wrapper,
	.press .slide.slick-center .content-wrapper {
		position: relative;
		display: block;
		width: 320px;
		height: auto;
		margin-bottom: 2em;
		padding: 0;
		background-color: transparent;
	}
	.press .slide .content-inner {
		margin-top: 1em;
	}
	.press .slide .content-wrapper h3 {
		min-height: 205px;
		text-decoration: underline;
		color: black;
	}
	.press .slide .content-wrapper h5 {
		font-family: 'Work Sans';
		font-size: 1.2em;
		color: black;
	}
	.press .slide .content-wrapper h6 {
		font-family: 'Work Sans';
		text-transform: uppercase;
		color: black;
	}

	.press .slide .content-wrapper .button {
		padding: 0;
		border: 0 none;
		background-color: transparent;
		text-decoration: underline;
		font-family: 'Work Sans';
		font-weight: 700;
		font-size: 1.125em;
		color: black;
		margin: 0;
	}
	.press .slide .content-wrapper .button:hover {
		background-color: transparent;
		color: #b6a578 !important;
	}
	.press .arrow-cont {
		display: none;
	}
	
	/* slider controls */
	.press-wrapper .slider-controls {
		bottom: 10px;
	}
	.press-wrapper .slider-controls.hide-desktop {
		display: none;
	}
	.press-wrapper .slick-dots {
		bottom: 6px;
	}
	.press-wrapper.alternate-style .slick-dots {
		bottom: -5px;
	}	
}

@media (min-width: 1400px) {
	.press .title-wrapper {
		max-width: 1400px;
	}
	.press .slides {
		max-width: 1400px;
	}
	.press .slide .image-wrapper img,
	.press .slide.slick-center .image-wrapper img {
		/* 408 x 266 */
		width: 430px;
		height: 280px;
	}
	.press .slide .content-wrapper,
	.press .slide.slick-center .content-wrapper {
		width: 465px;
	}
}
