﻿/* sm ≥576px */
@media (min-width: 576px) {
    .bd-banner-three .bd-banner-shape .shape-1 {
        left: 80px;
    }
}

/* md ≥768px */
@media (min-width: 768px) {
    .bd-banner-three .bd-banner-shape .shape-1 {
        left: 80px;
    }
}

/* lg ≥992px */
@media (min-width: 992px) {
    .bd-banner-three .bd-banner-shape .shape-1 {
        left: 80px;
    }
}

/* xl ≥1200px */
@media (min-width: 1200px) {
    .bd-banner-three .bd-banner-shape .shape-1 {
        left: 80px;
    }
}

/* xxl ≥1400px */
@media (min-width: 1400px) {
    .bd-banner-three .bd-banner-shape .shape-1 {
        left: 50px;
    }
    .bd-banner-three .bd-banner-shape .shape-5 {
        right: 80px;
    }
    .bd-banner-three .bd-banner-shape .shape-4 {
        right: 800px;
        bottom: 150px;
    }
    .bd-banner-seven-shape-six {
        left: 850px;
    }
}

/* 3xl ≥1800px (optional) */
/*@media (min-width: 1800px) {
    .bd-banner-three .bd-banner-shape .shape-1 {
        left: 134px;
    }
    .bd-banner-three .bd-banner-shape .shape-5 {
        right: 180px;
    }
    .bd-banner-three .bd-banner-shape .shape-4 {
        right: 900px;
        bottom: 250px;
    }
}*/
