@media screen and (max-width: 1200px) {
  .fixed-card h2 {
    font-size: 2.5em;
  }
}

@media screen and (max-width:992px) {
  .side-articles {
    border-left: 0px;
    padding: 0 1.5em;
  }
  .article-content {
    padding: 1em 20px 2em 20px;
  }
  .see-all {
    padding: 0 1.5em;
  }
  .carousel-v2 .slick-list {
    overflow: visible;
    max-width: 300px;
    margin: 0 auto;
  }

}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .fixed-card {
    width: 30%;
  }
  .carousel-container {
    width: 70%;
  }
  .fixed-card h2 {
    font-size: 2.1em;
  }
  #bgo-slider .slide .contentWrap {
    top: 25%;
  }
}

@media screen and (max-width:768px) {
  .main-title {
    font-size: 2.6em;
  }
  .card-content {
    flex-direction: column;
  }
  .card-content.rev {
    flex-direction: column;
  }
  .card-img {
    max-width: 100%;
  }
  .fixed-card {
    justify-content: left;
    padding-left: 1.2em;
  }
  .fixed-card h2 {
    font-size: 2.5em;
  }
  #bgo-carousel {
    flex-direction: column;
  }
  .fixed-card {
    width: 100%;
    order: 1;
    border-right: 0;
    border-bottom: 1px solid var(--bgo-dark-grey);
    padding-bottom: 20px;
  }
  .carousel-container {
    width: 100%;
    order: 2;
  }
  .carousel .card {
    border-right: 0;
  }
  .card-img,
  .card-content.rev .card-img {
    border-radius: 6px 6px 0 0;
  }
  #bgo-slider .slide {
    flex-direction: column;
    justify-content: initial;
    align-items: center;
    text-align: center;
    gap: 2em;
    padding-left: 0;
    padding: 0 1.5em;
  }
  #bgo-slider .slide .image {
    width: 82%;
  }
  #bgo-slider .slide .content {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  #bgo-slider .slide .content h2,
  #bgo-slider .slide .content p {
    text-align: center;
  }
  #bgo-slider .thumbs {
    display: none;
  }
  #bgo-slider .thumb {
    width: 70px;
  }
  #bgo-slider .slide .contentWrap {
    transform: none;
  }
  .bgo-header-small .header-title h2 {
    font-size: 2.3em;
  }
  .industries-card,
  .industries-card.card-reverse {
    display: flex;
    flex-direction: column;
  }
  .industries-card-video,
  .industries-card.card-reverse .industries-card-video {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    order: 1;
    border-radius: 6px 6px 0 0;
  }
  .industries-card-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .industries-card-text,
  .industries-card.card-reverse .industries-card-text {
    width: 100%;
    min-height: auto;
    margin-left: 0;
    order: 2;
    padding: 2em;
    border-radius: 0;
  }
  .industries-links {
    flex-direction: column;
    align-items: first baseline;
    margin-top: 2em;
  }
  .bgo-gallery-item {
    padding: 0 0px 12px 0;
  }
  .bgo-gallery-lightbox img {
    max-width: 100%;
  }
  .bgo-gallery-btn {
    position: absolute;
    width: 50px;
    height: 50px;
    font-size: 22px;
    top: auto;
    bottom: 10%;
    transform: none;
  }
  .bgo-gallery-video {
    padding: 0 0px 12px 0;
  }
  #all-news .card-img {
    max-width: 100%;
  }

}

@media screen and (max-width:576px) {
  #webHeader .logo {
    margin: 0;
    text-align: left;
  }
  #webHeader .logo img {
    max-width: 160px;
  }
  #webHeader .bgo-navbar {
    display: none;
  }
  #webHeader {
    padding: 1.2em 1.2em;
  }
  .hamburger {
    top: 22px;
  }
  .main-title {
    font-size: 2.3em;
  }
  .main-card .main-card-text p {
    font-size: 1em;
  }
  .card-with-img .card-content .card-text p {
    font-size: 1em;
  }
  .footer-logo {
    margin-bottom: 2em;
  }
  .footer-logo img {
    max-width: 140px;
  }
  .article-title .title-description p {
    font-size: 1em;
  }
  .article-content {
    font-size: 1em;
  }
  .main-card .main-card-text p.big-text {
    font-size: 1.6em;
  }
  .generic-text h2 {
    font-size: 2.3em;
  }
  .generic-text p {
    font-size: 1em;
  }
  .bgo-section-img-text h2 {
    font-size: 2.3em;
  }
  .bgo-scroll-expand-text h2 {
    font-size: 2.3em;
  }
  .bgo-scroll-expand-video-text h2 {
    font-size: 2.3em;
  }
  .bgo-header-small .header-title h2 {
    font-size: 2em;
  }
  .bgo-header-small {
    margin-bottom: 0;
  }
  .bgo-header-small .header-title {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
  }
  .bgo-header-small .header-title h1 {
    color: var(--bgo-dark-grey);
  }
  #bgo-footer {
    padding-bottom: 1em;
  }
  footer .social-links {
	margin-bottom: 0.5em;
	text-align: center;
  }
  /* ---  GSAP anims disabled ---- */
  .bgo-section-img img {
	transform: none !important;
  }
	
}