﻿


@media only screen and (min-width:1200px) {
    .dropdown-menu.border-0.rounded-0.rounded-bottom.m-0 {
        overflow: scroll;
        height: 500px;
    }

    .img-fluid.rounded.mb-4 {
        width: 358px !important;
        height: 358px !important;
    }

    .seopage {
        width: 100%;
        margin: 0;
        padding: 0;
        border-top: solid 3px #000;
        margin-top: 14px;
    }

        .seopage li {
            list-style-type: none;
            display: inline-block;
            padding: 6px;
        }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .dropdown-menu.border-0.rounded-0.rounded-bottom.m-0 {
        overflow: scroll;
        height: 500px;
    }

    .img-fluid.rounded.mb-4 {
        width: 358px !important;
        height: 358px !important;
    }

    .seopage {
        width: 100%;
        margin: 0;
        padding: 0;
        border-top: solid 3px #000;
        margin-top: 14px;
    }

        .seopage li {
            list-style-type: none;
            display: inline-block;
            padding: 6px;
        }
}

@media only screen and (min-width:769px) and (max-width:991px) {
}

@media only screen and (min-width:481px) and (max-width:768px) {
}

@media only screen and (min-width:0px) and (max-width:480px) {
}
