@media screen and (min-width: 320px) and  (max-width: 479px) {
    .grid-image {
        position: relative;
        width: 100%;
    }
   
#riviera-collection-bologna{
padding-bottom: 0;
    min-height: auto;
}

 /*   .riviera-sec-3 {
        padding-bottom: 155vh;
    }

     .section-two {
        padding-bottom: 117vh;
    }
    
    .formal-sec-3 {
        min-height: 220vh;
    }
    .formal-sec-4 {
        padding-bottom: 155vh !important;
    }
    .blacktie-sec-2 {
        padding-bottom: 155vh;
    } */
}

@media screen and (min-width: 480px) and  (max-width: 575px) {
    .grid-image {
        position: relative;
        width: 50%;
    }
    .section-three {
        padding-bottom: 70vh;
    }
}

@media screen and (max-width: 575px) {
    .menu-subcontainer {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .petrol-threads {
        padding-top: 8.5vh !important;
        margin-top: 0vh !important;
    }
    .our-service-section {
        padding-bottom: 0vh;
    }
    .our-service-section .central-content {
        margin-bottom: 5vh;
    }
    #fit-guide-section {
        margin-top: 0;
    }
}

@media screen and (max-width: 767px) {
    .range-image-container .grid-image {
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }
    .our-service-section {
        clear: both;
        /* margin-top: 10vh; */
        padding-top: 7vh;
    }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
    .grid-image {
        position: relative;
        width: 50%;
    }
    .section-three {
        padding-bottom: 65vh;
    }
    .formal-sec-1 {
        margin-top: 0 !important;
    }
    .formal-sec-2 {
        min-height: 75vh !important;
    }
    .formal-sec-3 {
        margin: 0;
    }
    .formal-sec-4 {
        padding-bottom: 45vh;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .grid-image {
        position: relative;
        width: 33%;
    }
    .our-service-section {
        min-height: auto;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {

}

@media screen and (min-width: 1200px) {

}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
    .our-service-section {
        padding-top: 18vh;
    }
}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
    #petrol-threads {
        padding-top: 28vh;
        padding-bottom: 5vh;
    }
    #fit-guide-section {
        min-height: 100vh;
        padding-top: 30vh;
        padding-bottom: 20vh;
    }
}