* {
    letter-spacing: 3px;
}


#jessicaHeader{
        content: url("https://drive.google.com/uc?export=view&id=1Q9aGfmd9a9goi1RCwGSdlmiYeWoL6grl"); 
    width: 100%;
    
}


.btn-raised {
    font-size: 12px;
}

.videoFrame {
border-radius: 30px;
border-width: thin;
border-color: #49A9CB;
border: solid rgba(211, 211, 211, 0.5);
}


  @media only screen and (max-width: 300px) {
  .videoFrame-hori {
    width: 200px;
    height: 200px;
  }
}


@media only screen and (max-width: 600px) {
  .videoFrame {
    width: 350px;
    height: 350px;
  }
}
  

@media only screen and (max-width: 450px) {
  .videoFrame {
    width: 250px;
    height: 250px;
  }
}



.videoFrame-hori {
border-radius: 30px;
border-width: thin;
border-color: #49A9CB;
border: solid rgba(211, 211, 211, 0.5);
}

  @media only screen and (max-width: 300px) {
  .videoFrame-hori {
    width: 200px;
    height: 142px;
  }
}


@media only screen and (max-width: 600px) {
  .videoFrame-hori {
    width: 350px;
    height: 250px;
  }
}


@media only screen and (max-width: 450px) {
  .videoFrame-hori {
    width: 250px;
    height: 178px;
  }
}



