.blueBoxes .hoverImage img {
	width: 30px !important;
	height: 30px !important;
}	

.video-header-mobile {
  display: none;
}  
	
	/*EDITS TO NEWSLETTER INSIDE COMPUTER*/
	
	#NewsletterBody .horizontal-align-image {
		width: auto !Important;
	}	

	#NewsletterBody .wrapto100pc, #NewsletterBody .fluid {
        width: 100% !important;
        min-width: 100% !important;
        max-width: 1000px !important;
        height: auto !important;
    }
	
    #NewsletterBody .colsplit, #NewsletterBody .hh-force-col, #NewsletterBody .hh-force-col-center {
        width: 100% !important;
        float: left !important;
        display: block !important;
      }
	  	

    #NewsletterBody .thread-item.expanded .thread-body #NewsletterBody .body, #NewsletterBody .msg-body {
      width: 100% !important;
      display: block !important;
    }

    #NewsletterBody .ReadMsgBody,
    #NewsletterBody .ExternalClass {
      width: 100%;
      background-color: #f4f4f4;
    }

    #NewsletterBody .ExternalClass,
    #NewsletterBody .ExternalClass p,
    #NewsletterBody .ExternalClass span,
    #NewsletterBody .ExternalClass font,
    #NewsletterBody .ExternalClass td,
    #NewsletterBody .ExternalClass div {
        line-height: 100%;
      }

    #NewsletterBody table {
      border-spacing: 0;
    }

    #NewsletterBody table,
    #NewsletterBody td {
      border-collapse: collapse;
      mso-table-lspace: 0pt;
      mso-table-rspace: 0pt;
    }

    #NewsletterBody img {
      -ms-interpolation-mode: bicubic;
      max-width: 100% !important;
      height: auto !important;
    }

    #NewsletterBody img,
    #NewsletterBody a img {
      border: 0;
      outline: none;
      text-decoration: none;
    }

    #NewsletterBody .yshortcuts a {
      border-bottom: none !important;
    }

    #NewsletterBody a[href^=tel],
    #NewsletterBody .mobile_link,
    #NewsletterBody .mobile_link a {
      color: #222222 !important;
      text-decoration: underline !Important;
    }


    #NewsletterBody img[class="ImageURL"] {
      max-width: 100% !important;
      height: auto !important;
    }

    #NewsletterBody img[class="responsive"] {
      max-width: 100% !important;
      height: auto !important;
    }

    #NewsletterBody table[class="fluid"] {
      width: 100% !important;
    }

    #NewsletterBody .ObjFull {
      display: block;
      width: auto;
      max-height: inherit;
      overflow: visible;
      float: none;
      visibility: visible;
      overflow: visible;
      line-height: normal;
    }

    #NewsletterBody .ObjFullMed {
      display: block;
      width: auto;
      max-height: inherit;
      overflow: visible;
      float: none;
      visibility: visible;
      overflow: visible;
      line-height: normal;
    }

    #NewsletterBody .ObjMed {
      display: none !important;
      font-size: 0;
      max-height: 0;
      line-height: 0;
      padding: 0;
      mso-hide: all;
      visibility: hidden;
      overflow: hidden;
    }

    #NewsletterBody .ObjSmall {
      display: none !important;
      font-size: 0;
      max-height: 0;
      line-height: 0;
      padding: 0;
      mso-hide: all;
      visibility: hidden;
      overflow: hidden;
    }

    
 
	
/*COMPUTER EDITS*/
#iPad-container {
	width: 100%;
	position: relative;
	margin: 0 auto;
	display: flex;
	justify-content: center;
  margin-top: 3%;
    margin-bottom: 6%;	
}	
.iPad-BG {
	position: relative;
	display: flex;
    justify-content: center;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	flex-direction: column;
}	

.iPad-image {
  margin: 0 auto;
} 

.inside-iPad {
	max-width: 100%;
    max-height: 100%;
    position: absolute;
    width: 70.5%;
    height: 70%;
    overflow: auto;
    top: auto;
    left: 0;
    overflow-x: hidden;
    right: 0;
    margin-left: auto;
    margin-right: auto;
	  margin-top: 22px;
    background-color: white;
}	
	

#NewsletterBody a {
	color: #b60249;
}	

.alignAds {
  display: flex;
  background-color: white;
  justify-content: space-between;
}  

.alignAds .hoverText {
  font-size: 1.5em !important;
} 
 

#ContentSection53, #ContentSection666, #ContentSection101 {
  background-color: white;
} 


/* POPUP EDITS */
#p2-popup .model-size p {
  margin-block-start: -4px !important;
} 
.DP-popups {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,.7); /* Black w/ opacity */
  text-align: left;
  z-index: 999999999;
}

@keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

.animatedFadeInUp {
    opacity: 0
}

.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}

/* Inside of popups */
.modal-content {
    background-color: #ebebeb;
    margin: auto;
    padding: 3em 3.5em;
    border: 1px solid #888;
    width: 55%;
    border-radius: 5px;
	position: relative;
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;	
}



/* The Close Button */
.DP-popups .close1,.DP-popups .close2, .DP-popups .close3, .DP-popups .close4, .DP-popups .close5, .DP-popups .close6,
.DP-popups .close7, .DP-popups .close7b, .DP-popups .close8, .DP-popups .close9, .DP-popups .close10, .DP-popups .close11, .DP-popups .close11b, 
.DP-popups .close12, 
.DP-popups .close13, .DP-popups .close14 {
	font-size: 35px;
    font-weight: 600;
    line-height: 25px;
    width: 40px;
    height: 40px;
    text-align: right;
    color: #48c6ff;
    background: transparent;
    padding-top: 6px;
    padding-right: 12px;
	position: absolute;
	top: 0;
	right: 0;
}

.DP-popups .close1:hover, .DP-popups .close2:hover, .DP-popups .close3:hover, .DP-popups .close4:hover, .DP-popups .close5:hover,
.DP-popups .close6:hover, .DP-popups .close7:hover, .DP-popups .close7b:hover, .DP-popups .close8:hover, .DP-popups .close9:hover, .DP-popups .close10:hover,
.DP-popups .close11:hover, .DP-popups .close11b:hover, .DP-popups .close12:hover, .DP-popups .close13:hover, .DP-popups .close14:hover,
.DP-popups .close1:focus, .DP-popups .close2:focus, .DP-popups .close3:focus, .DP-popups .close4:focus, .DP-popups .close5:focus,
.DP-popups .close6:focus, .DP-popups .close7:focus, .DP-popups .close8:focus, .DP-popups .close9:focus, .DP-popups .close10:focus,
.DP-popups .close11:focus, .DP-popups .close12:focus, .DP-popups .close13:focus, .DP-popups .close14:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.popup-h1 {
	color: #48c6ff;
	font-size: 2em;
	font-weight: bold;
	text-align: center;
  margin: 0;
  text-transform: uppercase;
  line-height: normal;
}	

.popup-h1 span {
	cursor: text !Important;
	font-size: unset !important;
	font-weight: normal !important;
	line-height: normal !Important;
    width: auto !important;
    height: auto !important;
    text-align: left !important;
    background: transparent !important;
    padding-top: 0px !important;
    padding-right: 0px !important;
	position: unset !important;
}	

.popup-paragraph {
	color: #666;
	font-size: 1em;
	font-weight: 400;
}	

.popup-content img {
	width: 100%;
}	



/*EDITS TO SLIDESHOW INSIDE OF POPUP*/
/* Position the image container (needed to position the left and right arrows) */
.container-slideshow {
  position: relative;
}

.slideShowImages img {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
} 
/* Hide the images by default */
.mySlides-slideshow {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor-slideshow {
  cursor: pointer;
}

/* Next & previous buttons */
.prev-slideshow,
.next-slideshow {
  cursor: pointer;
  color: #48c6ff;
  position: absolute;
  width: auto;
  display: flex;
  top: 0;
  bottom: 0;
  align-items: center;
  font-weight: bold;
  font-size: 27px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next-slideshow {
  right: 0;
}

/* On hover, add a black background color with a little bit see-through */
.prev-slideshow:hover,
.next-slideshow:hover, .prev-slideshow:active,
.next-slideshow:active {
  color: black;
}

/* Number text (1/3 etc) */
.numbertext-slideshow {
  display: none;
  color: black;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container-slideshow {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.row-slideshow {
	display: flex;
	justify-content: center;
    margin: 0 auto;	
}	

.row-slideshow:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column-slideshow {
  float: left;
  width: auto;
  padding-right: 2%;
}

.column-slideshow:last-child {
    padding-right: 0;
}

/* Add a transparency effect for thumnbail images */
.DP-popups .column-slideshow div {
  opacity: 0.6;
    border: solid white 3px;  
	cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;  
}

.DP-popups .column-slideshow div img {
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;
}      

.DP-popups .active-slideshow,
.DP-popups .column-slideshow div:hover {
  opacity: 1;
    border: solid #48c6ff 3px;  
}


/*EDITS TO FILTER BETWEEN SPECS AND INFO FOR POPUPS*/

#myPopup11 #p2-popup .model-size .model-name, #myPopup11b #p2-popup .model-size .model-name {
  display: none;
} 

.DP-popups .spec {
	height: auto;
}
.DP-popups .model-name {
	width: 100%;
	color: black;
	height:auto;
	white-space:nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
  font-weight: bold;
  margin-bottom: 1%;
}
.DP-popups .model-size {
	float:left;
	width: 100%;
	height: auto;
	color:#000000;
}

.DP-popups .model-size ul {
      padding-inline-start: 18px !important;
} 

.DP-popups .samplesFlex {
	display: flex;
	justify-content: center;
}	

.DP-popups .samplesHeader {
	font-size: 1.1em;
	color: black;
	text-align: center;
  line-height: normal;
}	

.popupPlus {
  display: flex;
  justify-content: center;
  flex-direction: column;
} 

.DP-popups .popup-paragraph .otherbrands-wrap a {
	color: #48c6ff;
	text-decoration: none;
	font-size: 1.1em;
}	

.DP-popups .popup-paragraph .otherbrands-wrap a:hover {
	color: #525252;
}
	
.popupPlus img {
    width: 15px;
    height: 15px;
	margin-right: 5px;
}

#bottom-results-wrap {
	float:left;
	width:100%;
	height:auto;
	margin:0;
}
.otherbrands-wrap {
	float: left;
	margin: 0 15px 15px 0;
	display: none;
  align-content: center;
}
.DP-popups .price-text {
	height:auto;
	color:#000000;
}

.DP-popups .btn_view {
	clear:left;
	width:80px;
	height:23px;
	display:block;
	background-color:#666;
	margin:0 auto 10px;
}

	


.DP-Popups .reveal {
	width: 100%;
	height:auto;
	padding:0;
}

/*EDITS TO POPUP PARAGRAPH*/
.DP-popups .reveal-wrap {
	width: 100%;
	padding:0;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.DP-popups #p1-popup {
    width: 42%;
}

.DP-popups #p2-popup {
    width: 42%;
}

  .DP-popups .CTA-button-popup a  {
    display: inline-block;
    padding: 10px 30px;
    position: relative;
    font-family: 'proxima-nova',Kanit !important;
    font-size: 16px;
    font-family: Kanit;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    text-align: center;
    margin: 10px 0;
    text-transform: none;
    border-radius: 30px;
    background-color: #3dc5fc;
    background: -moz-linear-gradient(left,rgba(61,197,252,1) 0%,rgba(61,197,252,1) 100%);
    background: linear-gradient(left,rgba(61,197,252,1) 0%,rgba(61,197,252,1) 100%);
    background: -webkit-linear-gradient(left,rgba(61,197,252,1) 0%,rgba(61,197,252,1) 100%);
    border: 0;
} 


/*DISPLAY FLEX TO BOX ADS, VERTICAL PRODUCT SHOWCASES GALLERY AND CONTENT*/
#myPopup7 .popup-content, #myPopup7b .popup-content, #myPopup10 .popup-content, #myPopup11 .popup-content, #myPopup11b .popup-content, #myPopup12 .popup-content {
  display: flex;
  justify-content: space-evenly;
} 

#myPopup7 .container-slideshow, #myPopup7b .container-slideshow, #myPopup10 .container-slideshow, #myPopup11 .container-slideshow, #myPopup11b .container-slideshow, #myPopup12 .container-slideshow {
    position: relative;
    width: 100%;
    height: 90%;
}

#myPopup7 .popup-paragraph, #myPopup7b .popup-paragraph, #myPopup10 .popup-paragraph, #myPopup11 .popup-paragraph, #myPopup11b .popup-paragraph, #myPopup12 .popup-paragraph {
  width: 90%;
} 

#myPopup7 .reveal-wrap, #myPopup7b .reveal-wrap, #myPopup10 .reveal-wrap, #myPopup11 .reveal-wrap, #myPopup11b .reveal-wrap, #myPopup12 .reveal-wrap {
    width: 80%;
    flex-direction: column;
    margin-left: 5%;
}

#myPopup7 .p-popup, #myPopup7b .p-popup, #myPopup10 .p-popup, #myPopup11 .p-popup, #myPopup11b .p-popup, #myPopup12 .p-popup {
  width: 100%;
}



/*HOVERS AND BUTTONS THAT GO OVER NEWBRIEF*/

.blueBoxes {
	cursor: pointer;
}	

.blueBoxes .hide {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0; 
  bottom: 0;
  top: 0;
  display: none;
  margin: 0 auto;
}

.blueBoxes:hover .hide {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #48c6ffc2;
	width: 100%;
	max-width: 499px;
}

.blueBoxes .hoverImage {
	margin-right: 5px !important;
  display: flex;
  align-items: center;
}	


.blueBoxes .hoverText {
	color: white;
	font-size: 2em;
	text-align: center;
}	

.ImageInn {
	border: 6px solid #48c6ff;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
	position: relative;
}	

.ImageInn img {
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%
}	

.blueBoxes .hide img {
	max-height: 100%;
	max-width: 100%;
}
    

	

/*RESPONSIVE EDITS*/
	
@media only screen and (max-width: 1700px) {		
	.modal-content {
		width: 80%;
		padding: 1.5em 1.25em;
	}		

}	


    @media screen and (max-width:980px) {
  .blueBoxes:hover .hide {
    width: 100%;
    max-width: 980px;
  }
		
	.blueBoxes .hoverText, .alignAds .hoverText {
		font-size: 1.5em !important;
	}
	.blueBoxes .hoverImage img {
		width: 20px !important;
		height: 20px !important;
	}	
		
		#NewsletterBody  table {
        width: 100% !important;
      }

		#NewsletterBody table[class="email-container"] {
          width: 100% !important;
        }

		#NewsletterBody table[class="fluid"] {
          width: 100% !important;
        }

		#NewsletterBody img[class="fluid"],
		#NewsletterBody img[class="force-col-center"],
		#NewsletterBody img[class="ImageURL"],
		#NewsletterBody img[class="responsive"] {
			width: 100% !important;
			max-width: 100% !important;
			height: auto !important;
		}

		#NewsletterBody img[class="force-col-center"] {
			margin: auto !important;
		}

		#NewsletterBody td[class="force-col"],
		#NewsletterBody td[class="force-col-center"] {
			display: block !important;
			width: 100% !important;
			clear: both;
		  }

		 #NewsletterBody td[class="force-col-center"] {
			text-align: center !important;
		}

		#NewsletterBody img[class="col-3-img-l"] {
			float: left;
			margin: 0 15px 15px 0;
		}

		#NewsletterBody img[class="col-3-img-r"] {
			float: right;
			margin: 0 0 15px 15px;
		}

		#NewsletterBody table[class="button"] {
			width: 100% !important;
		}
      

  .alignAds #blueBox11b, .alignAds #blueBox11 {
    width: 100%;
  } 
  
  .alignAds #blueBox11 {
    margin-right: 4%;
 }  
 
}

    @media screen and (max-width:800px) {
		.horizontal-align-center, .horizontal-align {
			width: 100% !important;
			float: left !important;
			display: block !important;
		}	
		
		.horizontal-align-image {
			width: 100% !Important;
		}
		.blueBoxes .hoverText, .alignAds .hoverText {
			font-size: 1.3em !Important;
		}
		.ImageInn {
			border: 4px solid #48c6ff;
		}
	}


@media only screen and (max-width: 810px) {
  
  #p2-popup .model-name {
    margin-top: 2%;
  }
  
  #myPopup7 #p2-popup .model-name, #myPopup7b #p2-popup .model-name,
  #myPopup10 #p2-popup .model-name, #myPopup11 #p2-popup .model-name, #myPopup12 #p2-popup .model-name {
    margin-top: 0%;
  }
    .DP-popups .reveal-wrap {
    flex-direction: column;
  }
  .DP-popups #p1-popup {
      width: 100%;
  }

  .DP-popups #p2-popup {
      width: 100%;
  }
  
  /*DISPLAY FLEX TO POPUP FOR BOX ADS, VERTICAL PRODUCT SHOWCASES GALLERY*/
    #myPopup7 .popup-content, #myPopup7b .popup-content, #myPopup10 .popup-content, #myPopup11 .popup-content, #myPopup11b .popup-content, #myPopup12 .popup-content {
      flex-direction: column;
    } 

    #myPopup7 .container-slideshow, #myPopup7b .container-slideshow, #myPopup10 .container-slideshow, #myPopup11 .container-slideshow, #myPopup11b .container-slideshow, #myPopup12 .reveal-wrap {
        position: relative;
        width: 100%;
        height: auto;
    }

    #myPopup7 .popup-paragraph, #myPopup7b .popup-paragraph, #myPopup10 .popup-paragraph, #myPopup11 .popup-paragraph, #myPopup11b .popup-paragraph, #myPopup12 .reveal-wrap {
      width: 100%;
    } 

    #myPopup7 .reveal-wrap, #myPopup7b .reveal-wrap, #myPopup10 .reveal-wrap, #myPopup11 .reveal-wrap, #myPopup11b .reveal-wrap, #myPopup12 .reveal-wrap {
        width: 100%;
        margin-left: 0;
    }
  
} 



@media only screen and (max-width: 650px) {	
  #NewsletterBody {
    border-bottom: 5px dotted #48c6ff;
    border-top: 5px dotted #48c6ff;
    margin-bottom: 10% !important;
  }
  
  .alignAds {
    flex-direction: column;
    justify-content: center;
  }
  
  .alignAds #blueBox11b {
    margin-top: 5%;
  }  
  .alignAds #blueBox11 {
    margin-right: 0;
 }   
  .video-header-mobile {
    display: block;
    width: 100%;
  }
  
  .video-header-desktop {
    display: none;
  } 
  .popup-h1 {
    margin-top: 4%;
  } 

   .DP-popups .model-size {
    margin-bottom: 2%;
  } 
  
  .DP-popups .CTA-button-popup {
    width: 70%;
  }  
  #popup-paragraph {
    margin-bottom: 4%;
  }
  
  .DP-popups .CTA-button-popup a {
    width: 100%;
  } 
		.ImageInn {
			border: 6px solid #48c6ff;
		}
  
  
	.DP-popups .row-slideshow {
		flex-direction: column;
	}
	.DP-popups .column-slideshow {
		padding-right: 0;
		margin-bottom: 4%;
	}	
	
	.DP-popups .column-slideshow:last-child {
		margin-bottom: 0;
	}	
	
	.DP-popups .slideshow-arrows {
		display: flex;
		justify-content: space-between;
	}	
	
	.DP-popups .prev-slideshow, .DP-popups .next-slideshow {
		font-size: 24px;
	}	
  
	
	.DP-popups .numbertext-slideshow {
		display: none;
	}

	.iPad-image {
		display: none;
	}	
	
	.inside-iPad {
		position: relative;
		width: 100%;
		height: 100%;	
		margin-top: 0;
		overflow: revert;
		overflow-x: revert;
	}	
	
	.iPad-BG {
		width: 100%;
		display: block;
    margin-top: 6%;
    margin-bottom: 6%;
	}	
	
	
	.blueBoxes .hide {
		display: flex;
		justify-content: center;
		align-items: center;
		overflow: hidden;
		background: #48c6ffc2;
		max-width: 100% !important;		
	}	

	.blueBoxes .hoverText, .alignAds .hoverText {
		font-size: 1.5em !important;
	}

	.blueBoxes #hide4 .hoverImage, .blueBoxes #hide5 .hoverImage, .blueBoxes #hide6 .hoverImage, .blueBoxes #hide8 .hoverImage, 
	.blueBoxes #hide10 .hoverImage, .blueBoxes #hide11 .hoverImage, .blueBoxes #hide11b .hoverImage, .blueBoxes #hide12 .hoverImage, .blueBoxes #hide13 .hoverImage {
		margin-right: 0px !important;
	}	
	

	.blueBoxes #hide4, .blueBoxes #hide5, .blueBoxes #hide6, .blueBoxes #hide8, 
	.blueBoxes #hide10, .blueBoxes #hide11, .blueBoxes #hide11b, .blueBoxes #hide12, .blueBoxes #hide13 {
		flex-direction: column;
	}


   /* #myPopup7 .prev-slideshow, #myPopup7 .next-slideshow,
  #myPopup10 .prev-slideshow, #myPopup10 .next-slideshow,  
  #myPopup11 .prev-slideshow, #myPopup11 .next-slideshow,
  #myPopup12 .prev-slideshow, #myPopup12 .next-slideshow {
    position: absolute;
    font-size: 27px;*/
  }  
	
}
	



    @media screen and (max-device-width: 480px), screen and (max-width: 480px) {
	
    #NewsletterBody div[class="hh-visible"] {
        display: block !important;
      }

    #NewsletterBody div[class="hh-center"] {
        text-align: center;
        width: 100% !important;
      }

    #NewsletterBody table[class="hh-fluid"] {
        width: 100% !important;
      }

    #NewsletterBody img[class="hh-fluid"],
    #NewsletterBody img[class="hh-force-col-center"] {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
      }

    #NewsletterBody img[class="hh-force-col-center"] {
        margin: auto !important;
      }

    #NewsletterBody td[class="hh-force-col"],
    #NewsletterBody td[class="hh-force-col-center"] {
        display: block !important;
        width: 100% !important;
        clear: both;
      }

    #NewsletterBody td[class="hh-force-col-center"] {
        text-align: center !important;
      }

    #NewsletterBody img[class="col-3-img-l"],
    #NewsletterBody img[class="col-3-img-r"] {
        float: none !important;
        margin: 15px auto !important;
        text-align: center !important;
      }

    #NewsletterBody .ObjFull {
        display: none;
        font-size: 0;
        max-height: 0;
        line-height: 0;
        mso-hide: all;
        visibility: hidden;
        overflow: hidden;
      }

    #NewsletterBody .ObjSmall {
        display: none;
        font-size: 0;
        max-height: 0;
        line-height: 0;
        mso-hide: all;
        visibility: hidden;
        overflow: hidden;
      }

    #NewsletterBody .ObjMed {
        display: block !important;
        width: auto !important;
        line-height: normal !important;
        max-height: inherit !important;
        overflow: visible !important;
        float: none !important;
        visibility: visible !important;
        overflow: visible !important;
      }

    #NewsletterBody .ObjFullMed {
        display: block !important;
        width: auto !important;
        line-height: normal !important;
        max-height: inherit !important;
        overflow: visible !important;
        float: none !important;
        visibility: visible !important;
        overflow: visible !important;
      }
    }

    @media screen and (max-device-width: 375px), screen and (max-width: 375px) {

    #NewsletterBody #HeaderNavBar {
        display: none;
        font-size: 0;
        max-height: 0;
        line-height: 0;
        mso-hide: all;
        visibility: hidden;
        overflow: hidden;
      }

    #NewsletterBody .ObjFull {
        display: none;
        font-size: 0;
        max-height: 0;
        line-height: 0;
        mso-hide: all;
        visibility: hidden;
        overflow: hidden;
      }

    #NewsletterBody .ObjMed {
        display: none !important;
        font-size: 0 !important;
        max-height: 0 !important;
        line-height: 0 !important;
        mso-hide: all !important;
        visibility: hidden !important;
        overflow: hidden !important;
      }

    #NewsletterBody .ObjFullMed {
        display: none !important;
        font-size: 0 !important;
        max-height: 0 !important;
        line-height: 0 !important;
        mso-hide: all !important;
        visibility: hidden !important;
        overflow: hidden !important;
      }

    #NewsletterBody .ObjSmall {
        display: block !important;
        width: auto !important;
        max-height: inherit !important;
        line-height: normal !important;
        overflow: visible !important;
        float: none !important;
        visibility: visible !important;
        overflow: visible !important;
      }
    }


@media only screen and (max-width: 450px) {		
  	.DP-popups .prev-slideshow, .DP-popups .next-slideshow {
		font-size: 16px;
	}	
  #NewsletterBody {
    margin-bottom: 20% !important;
  }  
}