@media only screen and (max-width : 1200px) {
    .container {
        width: 970px;
    }
    
    .p-left {
        padding-right: 22px;
    }
    
    .p-text-right {
        padding: 0 15px;
    }

    .p-wrapper blockquote,
    .p-wrapper blockquote>p,
    .p-wrapper blockquote>h1,
    .p-wrapper blockquote>h2,
    .p-wrapper blockquote>h3,
    .p-wrapper blockquote>h4 {
        font-size: 26px!important;
    }
    
    h1.p-headline {
        font-size: 46px;
    }
    
    .p-left .p-content {
        margin-right: 0;
    }
    
    .p-box .p-text {
        margin: 10px 0 30px 25px;
    }
    
    .p-small-pic {
        margin-bottom: 0;
    }
    
    .p-image-box {
        margin-left: 25px;
    }
}

@media only screen and (max-width : 992px) {
    .container {
        width: 750px;
    }
    
    .p-left {
        padding-right: 15px;
    }
    
    .p-right {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .single-sidebar-wrapper {
        margin: 0 auto; 
        margin-bottom: 40px;
    }
    
    .p-image-wrapper {
        margin: 0 auto;
    }
    
    .p-box .p-text {
        text-align: center;
        margin: 10px 0 30px 0;
    }
    
    .p-box.text-center {
        margin-top: 30px;
    }

    .p-paragraph p {
        margin-bottom: 15px;
    }
    
    .p-text-right {
        margin-bottom: 10px;
    }

    .p-wrapper blockquote {
        font-size: 20px!important;
        margin: 0px 0 20px 0;
    }
    
    img.p-circle {
        width: 20%;
    }
    
    .p-box .p-text {
        font-size: 16px;
    }
    
    h2.p-headline-like {
        font-size: 25px;
    }
    
    .p-small-pic {
        margin-bottom: 15px;
    }
    
    .p-small-pic img {
        width: 100%;
    }
    
    .p-text-right {
        padding: 0;
    }
    
    .p-image-wrapper2 {
        height: 152px;
    }
    
    .p-small-pic {
        height: 321px;
        width: 405px;
        padding: 0;
    }
    
    .p-paragraph .p-right {
        padding-left: 12px;
        padding-right: 15px;
    }
    
  .single-sidebar-wrapper {
        margin-bottom: 40px;
        position: relative;
        right: 0;
        margin-left: auto;
/*        margin-right: 0;*/
        width: 300px;
    }
}

@media only screen and (max-width : 767px) {
    .container {
        width: auto;
    }
    
    .p-image-box {
        height: 85px;
        width: 233px;
        text-align: center;
        margin: 0 auto;
    }
    .video-js {
        overflow: hidden;
        max-width: 100%;
    }
    h1.p-headline {
        font-size: 40px;
    }
    
    .p-box {
        padding: 0 15px;
    }
    
    .p-box img {
        width: 100%;
    }
    
    .p-advertise-img {
        margin: 0 auto;
    }
    
    .container-fluid.p-wrapper {
        background-image: none;
        background-color: #f7f7f7;
    }
    
    .p-right {
        margin-top: 0px; 
    }
    
    .p-advertise {
        margin: 10px 0 25px 0;
    }
    
    .p-big-pic {
        margin-bottom: 35px;
    }
    
    .p-box .p-text {
        margin: 15px 0 20px 0;
    }
    
    .p-date {
        margin-bottom: 20px;
    }
    
    .p-image-wrapper2 {
        height: 170px;
    }
    
    .p-box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .p-box .p-advertise-img {
        object-fit: contain;
    }
    
    .p-small-pic {
        height: auto;
        width: 100%;
    }

}

@media only screen and (max-width : 480px) {
    .my-col-12 {
        width: 100%;
    }
    
    .p-wrapper p {
        text-align: justify;
    }
    
    .p-headline-text {
        margin-bottom: 15px;
    }
    
    .p-box-link {
        bottom: 0;
    }

    .p-advertise {
        text-align: center!important;
    }
    
    h1.p-headline {
        font-size: 26px;
    }
    
    .p-wrapper blockquote,
    .p-wrapper blockquote>p,
    .p-wrapper blockquote>h1,
    .p-wrapper blockquote>h2,
    .p-wrapper blockquote>h3,
    .p-wrapper blockquote>h4 {
        font-size: 23px!important;
        padding: 0;
    }
    
    h2.p-headline-like {
        font-size: 20px;
    }
    
    .p-advertise-img {
        width: 100%;
    }
    
    .p-box img {
        width: 100%;
    }
    
    img.p-circle {
        width: 25%;
    }
    .p-box {
        padding: 0;
    }
    
    h2.p-headline-like {
        font-size: 18px;
    }
    
    .p-box-link span {
        font-size: 10px;
    }
    
    .p-image-wrapper2 {
        height: 190px;
    }
    
    .circle-wrapper {
        width: 110px;
        height: 110px;
    }
    
    .ps-number-gallery {
        top: 15px;
        left: 32px;
        font-size: 25px
    }
}

@media only screen and (max-width : 340px) { 
    .p-right {
        padding: 0!important;
    }
}

@media only screen and (max-width : 320px) {
    .p-wrapper blockquote,
    .p-wrapper blockquote>p,
    .p-wrapper blockquote>h1,
    .p-wrapper blockquote>h2,
    .p-wrapper blockquote>h3,
    .p-wrapper blockquote>h4 {
        font-size: 20px!important;
    }
}