#topright {
  text-align: center;
  width: 250px;
  padding-right: 0;
}

#topright .phone {
  width: 100%;    
}

#topright .phone a {
  color: white;
  text-decoration: none !important;
}

#topright .phone a:hover {
  color: white;
  cursor: pointer;
}

#topright .phone .outgrid {
  width: 100%;
  bottom: -40px;
}

#topright .phone .outgrid a {
  color: #453874;
}

#topright .phone .outgrid a:hover {
  color: #453874;
}

.phone-sm {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 14px;
}

.phone-sm a {
  color: #453874;
  text-decoration: none;
}

.embed-container {
  --video--width: 405;
  --video--height: 580;
  position: relative;
  width: 100%;
  max-width: calc(var(--video--width) * 1px) !important;
  background: black;
  border-radius: 12px;
  overflow: hidden;
}

.embed-container::before {
  content: "";
  display: block;
  padding-top: calc(var(--video--height) / var(--video--width) * 100%);
}

.embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 479px) {
  #topright .phone {
      width: auto;
  }
}
