.press .main-content {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 35px; 
	overflow-x: hidden;  
}
.press .page-content {
    max-width: 100%;
    padding: 0;
	padding: 0 20px;  
}
.press #shopify-section-press {
    max-width: 100%;
}
.press_slider .swiper-slide {
    text-align: center;
}
/* padding-bottom and top for image */
.mfp-no-margins img.mfp-img {
	padding: 0;
}
/* position of shadow behind the image */
.mfp-no-margins .mfp-figure:after {
	top: 0;
	bottom: 0;
}
/* padding for main container */
.mfp-no-margins .mfp-container {
	padding: 0;
}
/*** Popup Styling ***/

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    transition: all .15s ease-out
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: .8
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    transition: all .15s ease-out
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0
}

.mfp-move-from-top .mfp-content {
    vertical-align: middle;
}

.mfp-move-from-top .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform: translateY(-100px);
        -ms-transform: translateY(-100px);
            transform: translateY(-100px);
}

.mfp-move-from-top.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.mfp-move-from-top.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}

.mfp-move-from-top.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-move-from-top.mfp-removing .mfp-with-anim {
    -webkit-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
}

.mfp-move-from-top.mfp-removing.mfp-bg {
    opacity: 0;
}
.press_modal {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}
.press_modal img {
  	max-height: 80vh;
  	width: auto;
}
.mfp-content {
  	width: auto !important;
}
body .mfp-bg,
body .mfp-wrap {
  	z-index: 9999;
}
body.press .press_body {
    max-width: 1200px !important;
  	padding-top: 30px;
}
.press_featured img {
    max-height: 310px;
    width: auto;
}
.press_featured .swiper-slide {
  	text-align: center;
}
.press_body h2 {
    text-align: center;
    font-weight: 700;
    font-size: 17px;
    position: relative;
    margin-bottom: 50px;
}
.press_body h2:after {
    content: "";
    position: absolute;
    border: 1px solid;
    width: 100%;
    left: 0;
    top: 9px;
}
.press_body h2 span {
    background: white;
    z-index: 10;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}
body .mfp-content {
}
.mfp-container {
  overflow: scroll;
}
#shopify-section-press-as-seen .as_seen_block,
#shopify-section-press-tv-online .as_seen_block,
#shopify-section-press-podcasts .as_seen_block {
    display: inline-block;
    width: calc(20% - 3px);
}
#shopify-section-press-online .swiper-container {
    overflow: visible;
}
.press .swiper-button-prev, 
.press .swiper-container-rtl .swiper-button-next {
	background: url(//cdn.shopify.com/s/files/1/1241/5896/t/2/assets/left-arrow-bubble.png?4389042113458872234);  
    background-size: cover;
    width: 110px;
    height: 110px;  
}
.press .swiper-button-next, 
.press .swiper-container-rtl .swiper-button-prev {
	background: url(//cdn.shopify.com/s/files/1/1241/5896/t/2/assets/right-arrow-bubble.png?4389042113458872234);  
    background-size: cover;
    width: 110px;
    height: 110px;   
}
.press_url {
    display: block;
    background: #d44f8e;
    font-family: Montserrat,sans-serif;
    font-weight: 400;
    color: #fff;
    -webkit-appearance: none;
    cursor: pointer;
    border: none;
    text-align: center;
    line-height: normal;
    padding: 15px 20px;
    border-radius: 2px;
    font-size: 14px;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    font-size: 13px;
    max-width: 200px;
    margin: 0 auto;
}
.press_url:hover {
    background: #cf3b81;
    color: #fff;
}
@media screen and (max-width: 768px){
	#shopify-section-press-as-seen .as_seen_block,
    #shopify-section-press-tv-online .as_seen_block,
    #shopify-section-press-podcasts .as_seen_block {
    	width: calc(33.33% - 2px);  
    }
}
@media screen and (max-width: 560px){
	#shopify-section-press-as-seen .as_seen_block,
    #shopify-section-press-tv-online .as_seen_block,
    #shopify-section-press-podcasts .as_seen_block {
    	width: calc(50% - 2px);  
    }
}