/*
========================================
-------------- PHOTOSWIPE --------------
========================================
*/

/*
============== max 999px =================== 
*/
@media screen and (max-width: 999px) {
.introimgwrapper {
  position: relative;
  width: 98.5%;
  min-height: 500px;
  margin: 5px;
  overflow: hidden;
  border-radius: 5px;
}
	
#p2 .introimgwrapper .background {  
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: url("../bilder/01_landscape/svenphoto_landscape_title2.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;	
}
	
#p3 .introimgwrapper .background {  
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: url("../bilder/02_sports/svenphoto_sports_title2.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;	
}
	
#p4 .introimgwrapper .background {  
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: url("../bilder/03_report/svenphoto_report_title2.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;	
}
	
#p5 .introimgwrapper .background {  
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: url("../bilder/04_animals/svenphoto_animals_title2.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;	
}
	
#p6 .introimgwrapper .background {  
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: url("../bilder/05_creative/svenphoto_creative_title2.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;	
}
	
#p2 .intro-title {
	display: inline-block;
	margin: 0 0 10px 0;
	font-size: 1.2rem;
	line-height: 2rem;
	letter-spacing: 1px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	hyphens: none;
	color: rgba(255,255,255,0.85);
	background-color: rgba(62,103,31,0.90);
	padding: 10px;
	border-radius: 8px;
	text-shadow: none;
}
	
#p3 .intro-title {
	display: inline-block;
	margin: 0 0 10px 0;
	font-size: 1.2rem;
	line-height: 2rem;
	letter-spacing: 1px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	hyphens: none;
	color: rgba(255,255,255,0.85);
	background-color: rgba(61,29,111,0.90);
	padding: 10px;
	border-radius: 8px;
	text-shadow: none;
}
	
#p4 .intro-title {
	display: inline-block;
	margin: 0 0 10px 0;
	font-size: 1.2rem;
	line-height: 2rem;
	letter-spacing: 1px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	hyphens: none;
	color: rgba(255,255,255,0.85);
	background-color: rgba(167,99,37,0.90);
	padding: 10px;
	border-radius: 8px;
	text-shadow: none;
}

#p5 .intro-title {
	display: inline-block;
	margin: 0 0 10px 0;
	font-size: 1.2rem;
	line-height: 2rem;
	letter-spacing: 1px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	hyphens: none;
	color: rgba(255,255,255,0.85);
	background-color: rgba(79,110,69,0.90);
	padding: 10px;
	border-radius: 8px;
	text-shadow: none;
}
	
#p6 .intro-title {
	display: inline-block;
	margin: 0 0 10px 0;
	font-size: 1.2rem;
	line-height: 2rem;
	letter-spacing: 1px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	hyphens: none;
	color: rgba(255,255,255,0.85);
	background-color: rgba(111,35,52,0.90);
	padding: 10px;
	border-radius: 8px;
	text-shadow: none;
}	
	
.introtext {
    position: absolute;	
	margin: 0;
    top: 72%;
    left: 50%;
	width: 850px;
	font-size: 0.9rem;
	letter-spacing: 0.05em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
    transform: translate( -50%, -50% );
    text-align: left;
    color: white;
	text-shadow: 2px 2px 4px #000000;
}

.photogallerydesciption {
  font-size: 14px;
  letter-spacing: 0.2px;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: 0 20% 20px 10%;
}
	
.photoswipe-gallery {
  width: 100%;
  height: auto;
  margin-left: 10%;
  margin-right: 0;
  justify-content: center;
  align-items: center;
}

.photoswipe-gallery a {
  -webkit-tap-highlight-color: rgba(0,0,0,1);
  -webkit-touch-callout: none;
  display: block;
  float: left;
  width: 258px;
  height: inherit;
  border:4px solid transparent;
}

.photoswipe-gallery a:hover {
  width: 258px;
  border:4px solid rgba(255,255,255,0.7);
}

a.photoswipe-gallery__img--main {
  width: auto;
  height: auto;
}

.photoswipe-gallery figure {
  display: none;
}
.photoswipe-gallery__title {
  line-height: 14px;
  font-size: 12px;
  opacity: 0.8;
  margin-top: 5px;
  width: 100%;
  float: left;
}
	
  .row--wide {
    max-width: 800px;
  }
  .row--wide img {
    float: none;
  }
  .img-desc {
    margin-left: 0;
  }
  .section {
    margin-top: 50px;
  }

  .row--docs {
    max-width: 800px;
    padding-left: 30px;
  }
  
  .section--head {
    margin-top:0;
    padding: 30px 0;
  }

  .docs {
    margin-top: 10px;
  }

  .docs-menu {
    position: relative;
    margin: 15px 0;
    left:0;
    top:0;
  }
  .docs-menu  ul {
    position: relative;
  }
  .docs-menu__ad {
    display: none;
  }

  .row--nav {
    font-size: 24px;
    line-height: 1.1; 
  }
}

/*
============== min 1000px =================== 
*/
@media screen and (min-width: 1000px) {
.introimgwrapper {
  position: relative;
  width: 100%;
  min-height: 400px;
  margin: 0px;
  overflow: hidden;
  border-radius: 5px;
}
	
#p2 .introimgwrapper .background {  
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: url("../bilder/01_landscape/svenphoto_landscape_title.jpg");
  background-repeat: no-repeat;

}	
	
#p3 .introimgwrapper .background {  
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: url("../bilder/02_sports/svenphoto_sports_title.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;
}
	
#p4 .introimgwrapper .background {  
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: url("../bilder/03_report/svenphoto_report_title.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;
}
	
#p5 .introimgwrapper .background {  
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: url("../bilder/04_animals/svenphoto_animals_title.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;
}	
#p6 .introimgwrapper .background {  
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: url("../bilder/05_creative/svenphoto_creative_title1.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;
}
	
#p2 .intro-title {
	display: inline-block;
	margin: 0 0 10px 0;
	font-size: 1.2rem;
	line-height: 2rem;
	letter-spacing: 1px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	hyphens: none;
	color: rgba(255,255,255,0.85);
	background-color: rgba(62,103,31,0.90);
	padding: 10px;
	border-radius: 8px;
	text-shadow: none;
}
	
#p3 .intro-title {
	display: inline-block;
	margin: 0 0 10px 0;
	font-size: 1.2rem;
	line-height: 2rem;
	letter-spacing: 1px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	hyphens: none;
	color: rgba(255,255,255,0.85);
	background-color: rgba(61,29,111,0.90);
	padding: 10px;
	border-radius: 8px;
	text-shadow: none;
}
	
#p4 .intro-title {
	display: inline-block;
	margin: 0 0 10px 0;
	font-size: 1.2rem;
	line-height: 2rem;
	letter-spacing: 1px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	hyphens: none;
	color: rgba(255,255,255,0.85);
	background-color: rgba(167,99,37,0.90);
	padding: 10px;
	border-radius: 8px;
	text-shadow: none;
}
	
#p5 .intro-title {
	display: inline-block;
	margin: 0 0 10px 0;
	font-size: 1.2rem;
	line-height: 2rem;
	letter-spacing: 1px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	hyphens: none;
	color: rgba(255,255,255,0.85);
	background-color: rgba(79,110,69,0.90);
	padding: 10px;
	border-radius: 8px;
	text-shadow: none;
}
	
#p6 .intro-title {
	display: inline-block;
	margin: 0 0 10px 0;
	font-size: 1.2rem;
	line-height: 2rem;
	letter-spacing: 1px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	hyphens: none;
	color: rgba(255,255,255,0.85);
	background-color: rgba(111,35,52,0.90);
	padding: 10px;
	border-radius: 8px;
	text-shadow: none;
}
	
.introtext {
    position: absolute;	
	margin: 0;
    top: 74%;
    left: 48%;
	width: 850px;
	font-size: 1rem;
	letter-spacing: 0.05em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
    transform: translate( -50%, -50% );
    text-align: left;
    color: white;
	text-shadow: 2px 2px 4px #000000;
	hyphens: none;
}

.photoswipe-gallery {
  width: 120%;
  height: auto;
  margin-left: 0;
  margin-right: 20%;
}

.photoswipe-gallery a {
  -webkit-tap-highlight-color: rgba(0,0,0,1);
  -webkit-touch-callout: none;
  display: block;
  float: left;
  width: 258px;
  height: inherit;
  border:4px solid transparent;
}

.photoswipe-gallery a:hover {
  width: 258px;
  border:4px solid rgba(255,255,255,0.7);
}

a.photoswipe-gallery__img--main {
  width: auto;
  height: auto;
}

.photoswipe-gallery figure {
  display: none;
}
.photoswipe-gallery__title {
  line-height: 14px;
  font-size: 12px;
  opacity: 0.8;
  margin-top: 5px;
  width: 100%;
  float: left;
}
}


/*
============== 750px =================== 
*/
@media screen and (max-width: 750px) {
.introimgwrapper {
  position: relative;
  width: 98.5%;
  min-height: 250px;
  margin: 5px;
  overflow: hidden;
  border-radius: 5px;
}
	
.introimgwrapper .background {  
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: url("../bilder/01_landscape/svenphoto_landscape_title.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;	
}
	
.intro-title {
	display: inline-block;
	margin: 0 0 10px 0;
	font-size: 1.2rem;
	line-height: 2rem;
	letter-spacing: 1px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	hyphens: none;
	color: rgba(255,255,255,0.85);
	background-color: rgba(62,103,31,0.90);
	padding: 10px;
	border-radius: 8px;
	text-shadow: none;
}

.introtext {
    position: absolute;	
	margin: 0;
    top: 65%;
    left: 35%;
	font-size: 0.75rem;
	letter-spacing: 0.05em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
    transform: translate( -50%, -50% );
    text-align: left;
    color: white;
	text-shadow: 2px 2px 4px #000000;
}
	
.photogallerydesciption {
	font-size: 14px;
	letter-spacing: 0.2px;
	text-align: left;
	justify-content: center;
	align-items: center;
	margin: 0 20% 20px 11%;
}	
	
.photoswipe-gallery {
  width: 100%;
  height: auto;
  margin-left: 10%;
  margin-right: 0%;
  justify-content: center;
  align-items: center;
}

.photoswipe-gallery a {
  -webkit-tap-highlight-color: rgba(0,0,0,1);
  -webkit-touch-callout: none;
  display: block;
  float: left;
  width: 258px;
  height: inherit;
  border:4px solid transparent;
}

.photoswipe-gallery a:hover {
  width: 258px;
  border:4px solid rgba(255,255,255,0.7);
}

a.photoswipe-gallery__img--main {
  width: auto;
  height: auto;
}

.photoswipe-gallery figure {
  display: none;
}
.photoswipe-gallery__title {
  line-height: 14px;
  font-size: 12px;
  opacity: 0.8;
  margin-top: 5px;
  width: 100%;
  float: left;
}

  .row--nav {
    font-size: 18px;
    line-height: 22px; 
  }

  .photoswipe-gallery {
    max-width: 750px;
  }
  .photoswipe-gallery a {
    width: 180px;
    margin: 0 5px 0px 5px;
  }
  a.photoswipe-gallery__img--main {
    width: 250px;
  }
  .section--head p {
    font-size: 18px;
    line-height: 22px;
  }
}

/*
============== 450px =================== 
*/
@media screen and (max-width: 450px) {
.introimgwrapper {
  position: relative;
  width: 98.5%;
  min-height: 250px;
  margin: 5px;
  overflow: hidden;
  border-radius: 5px;
}
	
.introimgwrapper .background {  
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: url("../bilder/01_landscape/svenphoto_landscape_title.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;	
}
	
.intro-title {
	display: inline-block;
	margin: 0 0 10px 0;
	font-size: 1.2rem;
	line-height: 2rem;
	letter-spacing: 1px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	hyphens: none;
	color: rgba(255,255,255,0.85);
	background-color: rgba(62,103,31,0.90);
	padding: 10px;
	border-radius: 8px;
	text-shadow: none;
}

.introtext {
    position: absolute;	
	margin: 0;
    top: 65%;
    left: 35%;
	font-size: 0.75rem;
	letter-spacing: 0.05em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
    transform: translate( -50%, -50% );
    text-align: left;
    color: white;
	text-shadow: 2px 2px 4px #000000;
}
	
.photogallerydesciption {
	font-size: 14px;
	letter-spacing: 0.2px;
	text-align: left;
	justify-content: center;
	align-items: center;
	margin: 0% 20% 20px 40px;
}

.photoswipe-gallery {
  width: 90%;
  height: auto;
  margin-left: 10px;
  margin-right: 10%;
  justify-content: center;
  align-items: center;
}

.photoswipe-gallery a {
  -webkit-tap-highlight-color: rgba(0,0,0,1);
  -webkit-touch-callout: none;
  display: block;
  float: left;
  width: 258px;
  height: inherit;
  border:4px solid transparent;
}

.photoswipe-gallery a:hover {
  width: 258px;
  border:4px solid rgba(255,255,255,0.7);
}

a.photoswipe-gallery__img--main {
  width: auto;
  height: auto;
}

.photoswipe-gallery figure {
  display: none;
}
.photoswipe-gallery__title {
  line-height: 14px;
  font-size: 12px;
  opacity: 0.8;
  margin-top: 5px;
  width: 100%;
  float: left;
}
}

/*
============== 650px =================== 
*/

@media screen and (max-width: 650px) {
.introimgwrapper {
  position: relative;
  width: 98.5%;
  min-height: 250px;
  margin: 5px;
  overflow: hidden;
  border-radius: 5px;
}
	
.introimgwrapper .background {  
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: url("../bilder/01_landscape/svenphoto_landscape_title.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;	
}
	
#p2 .intro-title {
	display: inline-block;
	margin: 0 0 10px 0;
	font-size: 1.2rem;
	line-height: 2rem;
	letter-spacing: 1px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	hyphens: none;
	color: rgba(255,255,255,0.85);
	background-color: rgba(62,103,31,0.90);
	padding: 10px;
	border-radius: 8px;
	text-shadow: none;
}
	
#p3 .intro-title {
	display: inline-block;
	margin: 0 0 10px 0;
	font-size: 1.2rem;
	line-height: 2rem;
	letter-spacing: 1px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	hyphens: none;
	color: rgba(255,255,255,0.85);
	background-color: rgba(61,29,111,1.00);
	padding: 10px;
	border-radius: 8px;
	text-shadow: none;
}
	
.introtext {
    position: absolute;	
	margin: 0;
    top: 65%;
    left: 35%;
	font-size: 0.75rem;
	letter-spacing: 0.05em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
    transform: translate( -50%, -50% );
    text-align: left;
    color: white;
	text-shadow: 2px 2px 4px #000000;
}
	
.photogallerydesciption {
	font-size: 14px;
	letter-spacing: 0.2px;
	text-align: left;
	justify-content: center;
	align-items: center;
	margin: 0% 20% 20px 40px;
}
	
.photoswipe-gallery {
  width: 90%;
  height: auto;
  margin-left: 30px;
  margin-right: 10%;
  justify-content: center;
  align-items: center;
}

.photoswipe-gallery a {
  -webkit-tap-highlight-color: rgba(0,0,0,1);
  -webkit-touch-callout: none;
  display: block;
  float: left;
  width: 258px;
  height: inherit;
  border:4px solid transparent;
}

.photoswipe-gallery a:hover {
  width: 258px;
  border:4px solid rgba(255,255,255,0.7);

}

a.photoswipe-gallery__img--main {
  width: auto;
  height: auto;
}

.photoswipe-gallery figure {
  display: none;
}
.photoswipe-gallery__title {
  line-height: 14px;
  font-size: 12px;
  opacity: 0.8;
  margin-top: 5px;
  width: 100%;
  float: left;
}
	
   h1 {
    font-size: 40px;
  }
  .block__ui-separated .col-50 {
    position: relative;
    top: 0;
  }
  .block__ui-separated img {
    max-width: 100%;
    width: 100%;
    float: left;
  }
}

/*
============== 450px =================== 
*/
@media screen and (max-width: 450px) {
.introimgwrapper {
  position: relative;
  width: 98.5%;
  min-height: 250px;
  margin: 5px;
  overflow: hidden;
  border-radius: 5px;
}
	
.introimgwrapper .background {  
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: url("../bilder/01_landscape/svenphoto_landscape_title.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;	
}
	
.intro-title {
	display: inline-block;
	margin: 0 0 10px 0;
	font-size: 1.2rem;
	line-height: 2rem;
	letter-spacing: 1px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	hyphens: none;
	color: rgba(255,255,255,0.85);
	background-color: rgba(62,103,31,0.90);
	padding: 10px;
	border-radius: 8px;
	text-shadow: none;
}

.introtext {
    position: absolute;	
	margin: 0;
    top: 65%;
    left: 35%;
	font-size: 0.75rem;
	letter-spacing: 0.05em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
    transform: translate( -50%, -50% );
    text-align: left;
    color: white;
	text-shadow: 2px 2px 4px #000000;
}
	
.photogallerydesciption {
	font-size: 14px;
	letter-spacing: 0.2px;
	text-align: left;
	justify-content: center;
	align-items: center;
	margin: 0% 20% 20px 40px;
}

.photoswipe-gallery {
  width: 90%;
  height: auto;
  margin-left: 30px;
  margin-right: 10%;
  justify-content: center;
  align-items: center;
}

.photoswipe-gallery a {
  -webkit-tap-highlight-color: rgba(0,0,0,1);
  -webkit-touch-callout: none;
  display: block;
  float: left;
  width: 258px;
  height: inherit;
  border:4px solid transparent;
}

.photoswipe-gallery a:hover {
  width: 258px;
  border:4px solid rgba(255,255,255,0.7);
}

a.photoswipe-gallery__img--main {
  width: auto;
  height: auto;
}

.photoswipe-gallery figure {
  display: none;
}
.photoswipe-gallery__title {
  line-height: 14px;
  font-size: 12px;
  opacity: 0.8;
  margin-top: 5px;
  width: 100%;
  float: left;
}
	
  .col-50:nth-child(1) {
    margin-right: 0;
  }
  .row--wide img {
    margin-bottom: 6px;
  }
  .col-50 {
    width: 100%;
    margin-bottom: 12px;
  }
  .row {
    padding: 0 0px;
  }
  .docs .highlight,
  .codepen-embed {
    padding-left: 18px;
    padding-right: 18px;
    margin-left: -18px;
  }
  .section {
    margin-top: 10px;
  }
  .docs {
    margin-top: 32px;
  }
  .section--head {
    margin-top:0;
    padding: 0px 0;
  }
  .row--nav {
    font-size: 18px;
    line-height: 26px; 
  }
}

/*
============== 350px =================== 
*/

@media screen and (max-width: 350px) {
.introimgwrapper {
  position: relative;
  height: 100%;
  min-height: 1000px;
  margin: 5px;
  overflow: hidden;
  border-radius: 5px;
}
	
.introimgwrapper .background {  
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: url("../bilder/01_landscape/svenphoto_landscape_title.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;	
}
	
.intro-title {
	display: inline-block;
	margin: 0 0 10px 0;
	font-size: 0.3rem;
	line-height: 2rem;
	letter-spacing: 1px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	hyphens: none;
	color: rgba(255,255,255,0.85);
	background-color: rgba(62,103,31,0.90);
	padding: 10px;
	border-radius: 8px;
	text-shadow: none;
}

.introtext {
    position: absolute;	
	margin: 0;
    top: 65%;
    left: 35%;
	font-size: 0.75rem;
	letter-spacing: 0.05em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
    transform: translate( -50%, -50% );
    text-align: left;
    color: white;
	text-shadow: 2px 2px 4px #000000;
}
	
.photogallerydesciption {
	font-size: 14px;
	letter-spacing: 0.2px;
	text-align: left;
	justify-content: center;
	align-items: center;
	margin: 0% 20% 20px 40px;
}
	
.photoswipe-gallery {
  width: 70%;
  height: auto;
  margin-left: 30p;
  margin-right: 12%;
  justify-content: center;
  align-items: center;
}

.photoswipe-gallery a {
  -webkit-tap-highlight-color: rgba(0,0,0,1);
  -webkit-touch-callout: none;
  display: block;
  float: left;
  width: 258px;
  height: inherit;
  border:4px solid transparent;
}

.photoswipe-gallery a:hover {
  width: 258px;
  border:4px solid rgba(255,255,255,0.7);
}

a.photoswipe-gallery__img--main {
  width: auto;
  height: auto;
}