/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {

}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {

}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
  .featured {
    min-height: 25rem;
  }

  .featured .verticaltext_content {
      left: -15%;
  }

  .featured .f-image {
    left: 15%;
    top: 8%;
    width: 40%;
  }

  .featured .f-info {
    right: 0;
    width: 50%;
  }

  .featured .f-info h1 {
    font-size: 3.5rem;
  }

  .call-to-action h4 {
    font-size: 2.6rem;
  }

  .call-to-action:after {
    bottom: -18%;
  }

  .card-img-overlay {
    font-size: 1rem;
    font-weight: 500;
  }
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .featured {
    min-height: 26rem;
  }

  .featured .f-image {
    left: 15%;
    top: -6%;
    width: 40%;
  }
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {

}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
  .call-to-action h4 {
    font-size: 2rem;
    line-height: 2.2rem;
    margin: 0;
    padding: 5% 8% 8% 5% !important;
  }

  .call-to-action div.playModal {
    width: 40%;
  }

  .our-customers .fs-3 {
    margin-bottom: 15px;
  }

  .our-products .fs-3 {
    margin-top: 0 !important;
  }

  .carousel-control-next {
    right: 10%;
  }

  .carousel-control-prev {
    left: 10%;
  }

  .featured .verticaltext_content {
    left: -35%;
  }

  .featured .f-image {
    top: 2%;
    width: 75%;
  }

  .featured .f-info {
    right: 5%;
    top: 52%;
    width: 70%;
  }

  .featured .f-info h1 {
    font-size: 2.5rem;
  }

  .featured .f-info h1 .title-box {
    height: 10px;
    width: 10px;
  }

  .featured .f-info h2 {
    font-size: 1.5rem;
  }
}