/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  /* 1em = 10px in default browser settings */
}
html,
body {
  height: 100%;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Cormorant Garamond', Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
p,
li {
  font-family: 'Montserrat', Helvetica, sans-serif;
}
h1 {
  font-size: 6rem;
  font-weight: 300;
}
@media (min-width: 720px) {
  h1 {
    font-size: 10.8rem;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 12rem;
  }
}
h2 {
  font-size: 3.6rem;
  font-size: 36px;
  font-weight: 300;
}
@media (min-width: 720px) {
  h2 {
    font-size: 4.8rem;
    font-size: 48px;
  }
}
h3 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.4;
}
@media (min-width: 720px) {
  h3 {
    font-size: 3.6rem;
    font-size: 36px;
  }
}
h4 {
  font-size: 2.1rem;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.4;
}
@media (min-width: 720px) {
  h4 {
    font-size: 2.4rem;
    font-size: 24px;
  }
}
h5 {
  font-size: 1.8rem;
  font-size: 18px;
  line-height: 1.6;
}
@media (min-width: 720px) {
  h5 {
    font-size: 2.4rem;
    font-size: 24px;
  }
}
h6 {
  font-size: 1.2rem;
  font-size: 12px;
  line-height: 1.6;
}
@media (min-width: 720px) {
  h6 {
    font-size: 1.4rem;
    font-size: 14px;
  }
}
p,
li {
  font-size: 1.4rem;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.8;
}
@media (min-width: 720px) {
  p,
  li {
    font-size: 1.6rem;
  }
}
@media (min-width: 1200px) {
  p,
  li {
    font-size: 1.8rem;
  }
}
a {
  font-family: 'Montserrat', Helvetica, sans-serif;
}
footer {
  position: absolute;
  bottom: 0%;
  width: 100%;
}
.tenPxSpacerDiv {
  height: 10px;
}
video {
  width: 100%;
  height: auto;
  max-width: 720px;
}
@media (min-width: 720px) {
  video {
    max-width: 1199px;
  }
}
.sub-nav {
  padding: 4%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background-color: #33181D;
  width: 100%;
  top: 0%;
}
@media (min-width: 720px) {
  .sub-nav {
    padding: 2%;
    align-items: center;
  }
}
.nav a {
  position: relative;
  font-size: 1.6rem;
  color: #F9F2F3;
  background-color: #33181D;
  text-decoration: none;
  margin-left: 50px;
}
.nav a:hover {
  color: #CCC5C6;
  background-color: #33181D;
}
.nav a#active {
  color: #D6BE42;
  background-color: #33181D;
}
.nav .icon {
  display: none;
}
@media (max-width: 720px) {
  .nav a {
    display: none;
  }
  .nav a.icon {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    font-size: 3rem;
  }
}
@media (max-width: 720px) {
  .nav.responsive {
    position: relative;
  }
  .nav.responsive a.icon {
    position: relative;
    right: 0;
    top: 0;
  }
  .nav.responsive a {
    float: none;
    display: block;
    text-align: right;
    line-height: 1.2;
  }
}
.menu {
  padding: 15px 0;
}
.initial-logo {
  font-family: 'Cormorant Garamond', Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  font-size: 3.6rem;
  color: #CCC5C6;
  text-decoration: none;
}
.initial-logo:hover {
  color: #9A9596;
}
.tab {
  overflow: hidden;
}
.tablink {
  background-color: #f7f7f7;
  color: #BCA73A;
  font-family: 'Cormorant Garamond', Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  font-weight: 400;
  font-size: 1.6rem;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 4%;
  min-width: 50%;
  transition: 0.3s;
  box-shadow: inset 0 -1px 4px #e4e3e3;
}
@media (min-width: 720px) {
  .tablink {
    font-size: 2rem;
    padding: 2% 0;
  }
}
@media (min-width: 1200px) {
  .tablink {
    font-size: 2.4rem;
  }
}
.tablink:hover {
  color: #D6BE42;
  font-weight: 600;
}
.tablink.active {
  background-color: #f8f8f8;
  font-weight: 700;
  color: #BCA73A;
  box-shadow: none;
}
.tabcontent {
  color: #161516;
  display: none;
  padding: 5%;
  text-align: left;
  background-color: #f8f8f8;
}
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}
.modal-content {
  position: relative;
  margin: auto;
  padding: 0;
  width: 90%;
}
.close {
  color: #CCC5C6;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 3.6rem;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: #9A9596;
  text-decoration: none;
  cursor: pointer;
}
.mySlides {
  display: none;
}
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: #CCC5C6;
  font-weight: bold;
  font-size: 2rem;
  transition: 0.6s ease;
  user-select: none;
  -webkit-user-select: none;
}
.next {
  right: 0;
}
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
.numbertext {
  color: #F9F2F3;
  font-size: 1.2rem;
  padding: 8px 12px;
  position: relative;
  top: 0;
}
img.demo {
  opacity: 0.6;
}
.active,
.demo:hover {
  opacity: 1;
}
.basic-footer {
  background-color: #161516;
  color: #F9F2F3;
  padding: 20px;
  text-align: center;
  bottom: 0%;
  position: fixed;
  opacity: 75%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.basic-footer a {
  color: #F9F2F3;
  text-decoration: none;
  font-family: 'Cormorant Garamond', Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  font-size: 1.4rem;
  line-height: 2rem;
  margin: 0 5px;
}
.sub-footer {
  background-color: #161516;
  color: #F9F2F3;
  padding: 40px 20px;
  text-align: center;
  bottom: 0%;
  position: static;
  align-items: center;
  justify-content: center;
  z-index: -1;
}
.sub-footer a {
  color: #F9F2F3;
  text-decoration: none;
  font-family: 'Cormorant Garamond', Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  font-size: 1.4rem;
  line-height: 2rem;
  margin: 0 5px;
}
.sub-footer a:hover {
  color: #BCA73A;
  font-weight: 600;
}
.parallax {
  background-attachment: scroll;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  width: 100%;
  height: 90%;
  background-color: #33181D;
}
@media (min-width: 720px) {
  .parallax {
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    margin: auto;
    height: 100%;
  }
}
#bg1 {
  background-image: url(../images/leslee.11.22-portrait.jpg);
  height: 70vh;
}
@media (min-width: 720px) {
  #bg1 {
    height: 100vh;
    background-position: 0 50%;
    background-image: url(../images/leslee.11.22-Recovered.jpg);
  }
}
#bg2 {
  background-image: url(../images/compositionphotos/JLKemper.JPG);
  background-position: 70% 0;
}
@media (min-width: 720px) {
  #bg2 {
    height: 60vh;
  }
}
#bg3 {
  background-image: url(../images/compositionphotos/igstra\ at\ kempersmall.jpg);
  background-position: 70% 20%;
}
@media (min-width: 720px) {
  #bg3 {
    height: 70vh;
  }
}
#bg4 {
  background-image: url(../images/compositionphotos/igstra\ at\ simpsonsmall.jpg);
  background-position: 0% 100%;
}
@media (min-width: 720px) {
  #bg4 {
    height: 60vh;
  }
}
.center {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 70vh;
}
@media (min-width: 720px) {
  .center {
    background-color: #CCC5C6;
    display: flex;
    flex-direction: column;
    opacity: 65%;
    justify-content: center;
    align-items: center;
    height: 100vh;
  }
}
@media (min-width: 1200px) {
  .center {
    background-color: #CCC5C6;
    align-items: flex-end;
    text-align: right;
    padding: 0 10%;
  }
}
.top {
  padding-top: 60px;
  color: #CCC5C6;
  text-align: center;
  font-variant: small-caps;
}
@media (min-width: 720px) {
  .top {
    color: #33181D;
    padding-top: 50px;
  }
}
@media (min-width: 1200px) {
  .top {
    padding-top: 0;
    text-align: right;
  }
}
#widebio {
  display: none;
}
@media (min-width: 1200px) {
  #widebio {
    display: block;
    margin: 30px 0 30px 40%;
    font-variant: normal;
    font-weight: 500;
  }
}
#bittybio {
  background-color: #33181D;
  font-weight: 200;
  padding: 30px 0;
}
@media (min-width: 1200px) {
  #bittybio {
    display: none;
  }
}
.bottom p {
  color: #CCC5C6;
  width: 90%;
  margin: auto;
}
@media (min-width: 720px) {
  .bottom p {
    width: 80%;
  }
}
.hero-img {
  object-fit: cover;
}
.subheading {
  width: 100%;
  padding: 25px 5%;
  margin-bottom: 50px;
  color: #33181D;
  background-color: #F0D54A;
  line-height: 150%;
}
@media (min-width: 720px) {
  .subheading {
    padding: 50px 10%;
  }
}
.comment {
  padding-top: 10px;
}
.radiolink {
  font-size: 1.6rem;
  line-height: 2.4;
}
.bold {
  font-weight: 500;
}
.text {
  width: 90%;
  margin: 0 5%;
}
@media (min-width: 720px) {
  .text {
    margin: 0 10%;
    width: 80%;
  }
}
.vid-div {
  width: 100%;
}
@media (min-width: 720px) {
  .vid-div {
    width: 100%;
    height: auto;
    padding: 0 10%;
  }
}
.caption {
  width: 90%;
  margin: auto;
  font-size: 1rem;
  font-size: 10px;
  font-weight: 300;
  line-height: 1.6;
}
@media (min-width: 720px) {
  .caption {
    width: 100%;
    font-size: 1.2rem;
  }
}
@media (min-width: 1200px) {
  .caption {
    font-size: 1.4rem;
  }
}
.music-hero {
  background-color: #F0D54A;
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 720px) {
  .music-hero {
    display: flex;
    flex-direction: row-reverse;
    align-content: space-between;
    justify-items: stretch;
  }
}
@media (min-width: 1200px) {
  .music-hero {
    margin: auto;
  }
}
.artist-statement {
  padding: 5%;
  text-align: center;
}
@media (min-width: 720px) {
  .artist-statement {
    text-align: right;
  }
}
.artist-text {
  color: #161516;
  margin: auto;
  padding-bottom: 15px;
}
@media (min-width: 720px) {
  .artist-text {
    font-size: 2.1rem;
  }
}
@media (min-width: 1200px) {
  .artist-text {
    font-size: 2.4rem;
  }
}
.muse-img {
  width: 100%;
  object-fit: cover;
  object-position: 20% 0%;
}
@media (min-width: 720px) {
  .muse-img {
    width: 30%;
    height: auto;
  }
}
@media (min-width: 1200px) {
  .muse-img {
    width: 30%;
  }
}
.tablink {
  width: 40%;
  height: auto;
}
.download {
  padding: 5% 0;
  text-align: left;
  display: flex;
  flex-direction: column;
}
.download a {
  color: #161516;
  font-size: 1.4rem;
  line-height: 2;
}
.worksList {
  margin: 3% 5%;
}
@media (min-width: 720px) {
  .worksList {
    max-width: 70%;
    margin: 2% 15%;
  }
}
@media (min-width: 1200px) {
  .worksList {
    max-width: 60%;
    margin: 2% 20%;
  }
}
.item {
  padding: 8px 5%;
}
.item a {
  font-size: 1.4rem;
}
.title-date {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
.title {
  padding-right: 5px;
}
@media (min-width: 720px) {
  .title {
    padding-right: 10px;
  }
}
.type {
  font-style: italic;
}
.instrumentation {
  font-weight: 500;
  font-size: 1rem;
}
@media (min-width: 720px) {
  .instrumentation {
    font-size: 1.2rem;
  }
}
.premiere {
  font-size: 1rem;
}
@media (min-width: 720px) {
  .premiere {
    font-size: 1.2rem;
  }
}
#multi-player {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: space-evenly;
}
.media-div {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.contact-hero {
  background-color: #66303b;
  width: 100%;
  margin-bottom: 20px;
  border-top: 1px solid #161516;
  color: #CCC5C6;
}
.contact-uvp {
  padding: 5%;
  text-align: center;
}
.contact-uvp-text {
  color: #CCC5C6;
  margin: auto;
  padding-bottom: 15px;
}
.btn-container {
  padding: 30px 0;
}
#btn {
  text-decoration: none;
  font-size: 1.4rem;
  color: #CCC5C6;
  background-color: #66303b;
  border: 1px solid #9A9596;
  padding: 20px;
  cursor: pointer;
}
#btn:hover {
  background-color: #9A4859;
}
.inline-link {
  color: inherit;
  font-family: inherit;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
}
.inline-link:hover {
  color: #9A4859;
}
.press-section {
  margin: 3% 5%;
}
@media (min-width: 720px) {
  .press-section {
    max-width: 70%;
    margin: 2% 15%;
  }
}
@media (min-width: 1200px) {
  .press-section {
    max-width: 60%;
    margin: 2% 20%;
  }
}
.list-heading {
  background-color: #D6BE42;
  color: #161516;
  padding: 10px;
}
.photo-container {
  display: flex;
  align-items: space-between;
  max-width: 100%;
}
@media (max-width: 720px) {
  .photo-container {
    flex-direction: column;
  }
}
.photo-section {
  width: 20%;
  display: flex;
  flex-direction: column;
  padding: 10px 0;
}
@media (max-width: 720px) {
  .photo-section {
    flex-direction: row;
    width: 100%;
  }
}
.photo-section .thumbnail {
  width: 100%;
  height: auto;
  padding: 5px 2px;
}
@media (max-width: 720px) {
  .photo-section .thumbnail {
    width: 50%;
    padding-right: 20px;
  }
}
.photo-section .thumbnail:hover {
  opacity: 50%;
  cursor: pointer;
}
.photo-section .downloads {
  display: flex;
  flex-direction: column;
  font-size: 1.2rem;
  text-align: left;
  justify-content: flex-end;
  cursor: pointer;
}
.photo-section .downloads a {
  text-decoration: none;
  color: #9A4859;
}
@media (min-width: 720px) {
  .photo-section .downloads {
    font-size: 1rem;
    text-align: center;
  }
}
@media (max-width: 720px) {
  .photo-section .downloads {
    font-size: 1.2rem;
  }
}
.downloads a:hover {
  color: #33181D;
  font-weight: 600;
}
@media (min-width: 720px) {
  .downloads p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (max-width: 720px) {
  .downloads p {
    font-size: 1.2rem;
    line-height: 1.6rem;
    text-align: left;
    font-weight: bold;
  }
}
.modal-pic {
  object-fit: contain;
  height: 100vh;
}
.about-hero {
  border-top: 1px solid #161516;
  background-color: #33181D;
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 720px) {
  .about-hero {
    display: flex;
    flex-direction: row-reverse;
    align-content: space-between;
    justify-items: stretch;
    height: 70%;
  }
}
@media (min-width: 1200px) {
  .about-hero {
    height: 70vh;
    margin: auto;
  }
}
.uvp {
  padding: 10%;
  text-align: center;
}
@media (min-width: 720px) {
  .uvp {
    padding: 15% 10%;
    text-align: right;
  }
}
.uvp-text {
  color: #CCC5C6;
  margin: auto;
  padding-bottom: 15px;
}
.hero-img {
  width: 100%;
  height: 60vh;
  object-fit: cover;
  object-position: 50% 0;
}
@media (min-width: 720px) {
  .hero-img {
    width: 50%;
    height: auto;
  }
}
@media (min-width: 1200px) {
  .hero-img {
    width: 40%;
  }
}
.body-text {
  padding-top: 20px;
  width: 90%;
  margin: auto;
}
@media (min-width: 720px) {
  .body-text {
    width: 80%;
  }
}
.body-text-container {
  width: 100%;
  padding-bottom: 15px;
}
@media (min-width: 720px) {
  .body-text-container {
    display: flex;
  }
}
.image-block {
  width: 100%;
  height: auto;
  padding-bottom: 15px;
  object-fit: cover;
}
@media (min-width: 720px) {
  .image-block {
    width: 50%;
    height: auto;
    padding-right: 15px;
  }
}
.textblock {
  padding-bottom: 15px;
}
#igstra-simpson {
  object-fit: cover;
  object-position: 0% 100%;
}
#theorbo {
  object-fit: cover;
  object-position: 80% 100%;
}
#vitas-kemper {
  object-fit: cover;
  object-position: 70% 50%;
}
.media-block-container {
  background-color: yellow;
  border: 1px dashed red;
}
@media (min-width: 720px) {
  .media-block-container {
    display: flex;
  }
}
.media-div-3 {
  position: relative;
  overflow: hidden;
  width: 32%;
  height: auto;
  padding-top: 56.25%;
}
.block-responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 1200px) {
  .soundclouds {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
.soundcloud {
  width: 100%;
}
.vid-div-abt {
  width: 100%;
  padding-bottom: 15px;
}
@media (min-width: 720px) {
  .vid-div-abt {
    min-width: 50%;
    height: auto;
    padding-right: 15px;
  }
}
.design-container {
  position: relative;
  width: 80%;
  margin: 50px 10% 50px 10%;
}
@media (max-width: 720px) {
  .design-container {
    width: 90%;
    margin: 20px 5% 50px 5%;
  }
}
.design-row {
  display: flex;
  align-items: space-between;
  justify-content: stretch;
}
@media (max-width: 720px) {
  .design-row {
    display: block;
  }
}
.design-link {
  cursor: pointer;
  width: 33%;
  margin: 5px;
}
.design-link:hover {
  opacity: 50%;
}
.design-item {
  padding: 10px;
  border: 0.5px solid #CCC5C6;
}
.design-tile {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (max-width: 720px) {
  .design-tile {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.portfolio-container {
  position: relative;
  width: 80%;
  margin: 40px 10% 40px 10%;
}
@media (max-width: 720px) {
  .portfolio-container {
    width: 90%;
    margin: 20px 5% 50px 5%;
  }
}
.back {
  width: 100%;
  padding: 20px 0;
  font-size: 1.8rem;
  font-weight: bold;
}
.back a {
  text-decoration: none;
  color: #BCA73A;
}
.back .back a:hover {
  color: #9A9596;
}
.portfolio-page-header {
  width: 100%;
  padding: 30px 0;
  color: #33181D;
}
.bio-img {
  float: inline-start;
  object-fit: contain;
  max-width: 20%;
  margin: 0 20px 5px 0;
  border: 2px solid #33181D;
}
@media (max-width: 720px) {
  .bio-img {
    max-width: 35%;
  }
}
.portfolio-heading {
  padding-bottom: 10px;
}
.portfolio-subheading {
  padding-bottom: 20px;
}
.portfolio-little-header {
  color: #33181D;
  padding: 20px 0 2px;
}
.portfolio-item-container {
  display: block;
}
.design-link {
  padding: 30px 0;
  width: 100%;
}
.design-link a {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 3rem;
}
.tile-text {
  background-color: #F9F2F3;
  color: #33181D;
  text-transform: uppercase;
  text-align: center;
}
.portfolio-header-img {
  max-width: 100%;
  height: auto;
  margin-right: 20px;
  object-fit: contain;
  float: inline-start;
}
@media (min-width: 720px) {
  .portfolio-header-img {
    max-width: 50%;
  }
}
@media (max-width: 720px) {
  .portfolio-header-img {
    padding-bottom: 20px;
  }
}
.item-intro .inline-link a {
  font-size: 1.4rem;
}
@media (min-width: 720px) {
  .item-intro {
    padding-top: 30px;
  }
}
.port-intro-img {
  max-width: 100%;
  margin: 20px 0;
}
.port-photo-container {
  display: block;
  width: 100%;
  display: flex;
  align-items: space-between;
  justify-content: center;
  padding-top: 20px;
}
.port-row {
  display: block;
}
@media (min-width: 720px) {
  .port-row {
    display: flex;
    align-items: space-between;
    justify-content: flex-start;
    width: 100%;
  }
}
.vitas-port-row {
  display: flex;
  align-items: space-between;
  justify-content: flex-start;
  width: 50%;
}
@media (min-width: 720px) {
  .vitas-port-row {
    width: 75%;
  }
}
@media (max-width: 720px) {
  .vitas-port-row {
    display: block;
    object-fit: cover;
  }
}
.vitas-photosection {
  display: block;
}
.port-photo-section {
  display: flex;
  flex-direction: column;
  padding: 10px 0;
}
@media (max-width: 720px) {
  .port-photo-section {
    display: block;
    flex-direction: row;
  }
}
.port-thumbnail {
  width: 100%;
  height: auto;
  padding: 5px 2px;
}
.port-thumbnail:hover {
  opacity: 50%;
  cursor: pointer;
}
.photocaption {
  text-align: center;
}
.video-container16-9 {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
.video-container4-3 {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 75%;
}
.video-container3-2 {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 66.66%;
}
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.mySlides img {
  height: 80vh;
  object-fit: contain;
}
.modalcaption {
  color: #F9F2F3;
  position: relative;
  text-align: center;
  padding-bottom: 5px;
  font-size: 1.5rem;
}
.layout-break {
  width: 100%;
  height: 50px;
}
.v-design-row {
  display: flex;
  align-items: flex-start;
  justify-content: stretch;
}
.v-design-link {
  cursor: pointer;
  width: 33%;
}
