﻿
.imgcss {
    display: block;
}

.halfContent {
    margin: 5px 5px 10px 5px;
}

.fullContent.backgroundWhite {
    padding: 0;
    background: none;
}

    .fullContent.backgroundWhite img {
        width: 100%;
    }

.halfContent.backgroundWhite {
    padding: 0;
    background: none;
}

    .halfContent.backgroundWhite p {
        padding: 10px !important;
    }

    .halfContent.backgroundWhite img {
        width: 100%;
    }

/*Extra Small*/
@media(max-width:666px) {
}

/*Small*/
@media (min-width: 667px) and (max-width: 991px) {
    .promotedContent .content-wrapper {
        text-align: center;
    }

    .halfContent.backgroundWhite img {
        width: 266px;
    }
}

/*Medium*/
@media (min-width: 992px) {
    .promotedContent {
        height: 540px;
    }
}
