/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}


@media only screen and (min-width : 1100px) {
    .slider-section .row.row-collapse{
        position: absolute;
        top: 70%;
        left: 35%;
        transform: translate(0%, 0%);
    }

    .pd-100{
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    }
}
