section#bottom_video_section {
  margin-top:35px;
  max-height: 500px;
  overflow: hidden;
  padding: 30px 0;
  margin-right: -12px;
}
.vid {
  margin-top: 90px !important;
}
.content-ellipse {
  background: url(https://6925399.fs1.hubspotusercontent-na1.net/hubfs/6925399/Ellipse%2011.svg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 485px;
  width: 2000px;
  margin-left: -480px;
  padding-left: 480px;
}
.ellipse-content {
  padding: 200px 160px 0;
  color: #fff;
}
.video_button {
  margin-top: 40px;
}
.video_button a {
  background: #0B2B51;
  color: #fff;
  padding: 12px 50px;
  border-radius: 25px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
}

@media (min-width:768px) and (max-width:1023px) {
section#bottom_video_section {
  margin-top: -530px;
  max-height: 440px;
  overflow: hidden;
  padding: 30px 0;
  margin-right: -12px;
}
.vid {
  margin-top: 150px !important;
}
.ellipse-content {
  padding: 200px 10px 0;
  color: #fff;
}
}

@media (max-width:767px) {
section#bottom_video_section {
  margin-right: 0 !important;
  margin-top: -750px !important;
  min-height: 590px !important;
  overflow: hidden !important;
  padding: 10px 30px !important;
}
.content-ellipse {
  width: 1520px !important;
  margin-top: 56px;
}
.ellipse-content {
  color: #fff !important;
  padding: 80px 30px !important;
}
}

@media (max-width:576px) {
section#bottom_video_section {
  margin-right: 0 !important;
  margin-top: -750px !important;
  min-height: 590px !important;
  overflow: hidden !important;
  padding: 10px 30px !important;
}
.content-ellipse {
  width: 1520px !important;
  margin-top: 56px;
}
.ellipse-content {
  color: #fff !important;
  padding: 80px 30px !important;
}
}

@media (min-width:469px) and (max-width: 576px) {
section#bottom_video_section {
  min-height: 700px !important;
}