@media screen and (max-width: 1690px) {
    .landing-wrap .row-content {
        padding: 0 100px;
    }
}


@media screen and (max-width: 1200px) {
    .landing-wrap .related .img-content {
        height: 110px;
    }
}

@media screen and (max-width: 1024px) {

    .landing-wrap .more {
        left: 50%;
        transform: translateX(-50%);
        position: relative;
    }

    .landing-wrap .img-landcontent {
        width: 100%;
    }
}



@media screen and (max-width: 991px) {
    .landing-wrap .expand-box {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .landing-wrap .img-content {
        height: auto;
    }

    .landing-wrap .row-content {
        padding: 0;
    }

    .landing-wrap .img-center {
        width: 100%;
    }

    .landing-wrap .img-landcontent {
        margin: 0 auto;
    }

    .landing-wrap .video iframe {
        height: 400px;
    }

    .landing-wrap .img-width img,
    .landing-wrap .img-width .img-responsive {
        width: auto;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }

    .landing-wrap h1 {
        text-align: center;
    }

    .landing-wrap .img-landcontent img {
        width: auto;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
}



@media screen and (max-width: 767px) {
    .landing-wrap .related .img-content {
        height: 180px;
    }

        .landing-wrap .related .img-content img {
            width: 100%;
        }

    .landing-wrap section {
        padding-bottom: 25px !important;
        padding-top: 25px !important;
    }

    .landing-wrap .paragraph-text {
        padding: 0;
    }
}



@media screen and (max-width: 575px) {
    .landing-wrap .related .img-content {
        height: 250px;
    }

    .landing-wrap .video iframe {
        height: 300px !important;
    }
}


@media screen and (max-width: 480px) {
    .landing-wrap .related .img-content {
        height: auto;
    }

    .landing-wrap .img-content img {
        top: 0;
        left: 0;
        transform: translate(0, 0);
    }

    .landing-wrap .video iframe {
        height: 240px !important;
    }

    .landing-wrap .img-width {
        padding: 0;
    }

    .landing-wrap .img-landcontent {
        width: 100%;
        height: auto;
    }

        .landing-wrap .img-landcontent img {
            width: 100%;
        }

    .landing-wrap .img-center img,
    .landing-wrap .img-center .img-responsive {
        width: 100%;
    }

    .landing-wrap .img-width img,
    .landing-wrap .img-width .img-responsive {
        width: 100%;
    }
}

@media screen and (max-width: 360px) {
    .landing-wrap .video iframe {
        height: 180px !important;
    }
}
