body {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
}

.fullBackground {
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}


video {  
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

.caption {
  font-size: 30pt;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.caption:after {
  content:"\A";
  width:10px;
  height:10px;
  border-radius:50%;
  background: #00bbeb;
  display: inline-block;
  margin: 0 0 -2px;
}


 .content
  {
    background: #9999998f;
    position: absolute;
    top: 18px;
    width: 25%;
    right: 2%;
    padding: 12px;
    text-align: center;
    border-radius: 25px;
}

.sell_do_form_container
{
      color: #fff;
    font-size: 13px;
}


.formlayout {
      width: 71%;
    text-align: center;
    display: inline-block;
    background: #44422259;
    padding: 14px;
    border-radius: 17px;
    color: #fff;
}

.content h1 
{
      font-size: 14px;
    color: #fff;
}


.content h2
{
      font-size: 13px;
    color: #fff;
}

.content h3
{
      font-size: 12px;
    color: #fff;
}

.formlayout h4
{
    font-size: 9px;
    color: #000;
}

.vlogo
{
  width: 30%;
}


@media only screen and (max-width: 600px) {
 
    .content
    {
         background: #9999998f;
    /* position: absolute; */
    /* top: 18px; */
    width: 80%;
    right: 16%;
    left: 9%;
    /* padding: 12px; */
    text-align: center;
    border-radius: 25px;
    }
}


/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  /* uncomment for only portrait: */
  /* and (orientation: portrait) */
  /* uncomment for only landscape: */
  /* and (orientation: landscape) */ { 

  .content
    {
         background: #9999998f;
    /* position: absolute; */
    /* top: 18px; */
    width: 80%;

    left: 8%;
    /* padding: 12px; */
    text-align: center;
    border-radius: 25px;
    }



}