/* IMPORT ALL FILES INSIDE COMMON DIRECTORY */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homeVideoContainer__content--xl {
    font-size: 35px; } }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .homeVideoContainer__content--xl {
    font-size: 40px; } }

@media only screen and (min-width: 1200px) {
  .homeVideoContainer__content--xl {
    font-size: 45px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homeVideoContainer__content--lg {
    font-size: 25px; } }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .homeVideoContainer__content--lg {
    font-size: 30px; } }

@media only screen and (min-width: 1200px) {
  .homeVideoContainer__content--lg {
    font-size: 35px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homeVideoContainer__content--md {
    font-size: 20px; } }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .homeVideoContainer__content--md {
    font-size: 25px; } }

@media only screen and (min-width: 1200px) {
  .homeVideoContainer__content--md {
    font-size: 30px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homeVideoContainer__content--sm {
    font-size: 15px; } }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .homeVideoContainer__content--sm {
    font-size: 20px; } }

@media only screen and (min-width: 1200px) {
  .homeVideoContainer__content--sm {
    font-size: 25px; } }

.responsive-img {
  display: block;
  max-width: 100%;
  height: auto; }

/*# sourceMappingURL=main.css.map */
