﻿.reponsiveAd {
    width: 100%;
    position: relative;
    margin-bottom: 0px;
}
.GuttersContainer {
    margin: auto;
    position: relative;
    width: 100%;
    padding: 0 170px;
}
.RightGutter, .leftGutter {
    width: 160px;
    height: 600px;
    position: absolute;
}

.RightGutter {
    right: 0px;
    top: 215px;
}
.leftGutter {
    left: 0px;
    top: 215px;
}

.FixedAd .RightGutter, .FixedAd .leftGutter {
    top: 100px
}

.FixedAd {
    position: fixed;    
    top: 100px;
    z-index: 8;
}
.mainContainer {
    width: 100%;
    padding: 0 170px;
    margin: auto;
}
@media (max-width: 1024px) {


    .reponsiveAd {
        display: none
    }
    .GuttersContainer {
        display: none;
    }
    .mainContainer {
        width: 100%;
        padding: 0 0;
        margin: auto;
    }
}

.content-text-wrapper p img {
    max-width: 100%;
    display: block
}

.content-text-wrapper p iframe {
    max-width: 100%;
     display: block
}