.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-top: 1em;
}
.full-width-80 {
  width: 80vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -40vw;
  margin-right: -40vw;
  margin-top: 1em;
}
.full-width-60 {
  width: 60vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -30vw;
  margin-right: -30vw;
  margin-top: 1em;
}
.full-width img {
    max-width: unset !important;
    padding: unset !important;
    margin: 0 auto;
    height: auto !important;
    -webkit-transition: margin 2s ease;
    -moz-transition: margin 2s ease;
    -o-transition: margin 2s ease;
    -ms-transition: margin 2s ease;
    transition: margin 2s ease;
}
.full-width img:hover {
    margin-top: -110px;
}
.embed-responsive {
    /*position: absolute;
    width: 950px;
    height: 500px;
    margin: auto;*/
}
.embed-responsive-16by9::before {
    padding-top:0px;
}

.embed-responsive-fw {
    width: 100vw;
    margin-left: -50vw;
    height: 50vw;
    margin-right: -50vw;
    left: 50%;
    right: 50%;
}

.embed-responsive-80 {
  width: 80vw;
  margin-left: -40vw;
  height: 40vw;
  margin-right: -40vw;
  left: 50%;
  right: 50%;
}

.embed-responsive-nw {
  height: 30vw;
}

.alt-wrap {
      display: block;
      position: relative;
      //margin: 20px;
      color: whitesmoke;
    }
    .alt-wrap p.alt {
        position: absolute;
        width: 50vw;
        opacity: 0;
        left: 0;
        right: 0;
        bottom: 40%;
        margin: 0 auto;
        padding: 15px;
        line-height: 35px;
        background-color: rgba(0, 0, 0, 0.3);
        transition: all 300ms ease;
        transition-delay: 300ms;
        color: whitesmoke;
        font-weight: 300;
        letter-spacing: .02143rem;
        font-family: "Fira Sans",FiraGo,Tahoma,Calibri,Helvetica,Arial,sans-serif;
        font-size: 2rem;
    }
    .alt-wrap:hover > p.alt {
      opacity: 1;
      transition-delay: 0s;
    }

.right-ms{
		background: white;
		position: absolute;
		right: 10px;
		top: 5px;
		box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
		/*border: 3px solid #333;*/
}