﻿
/*@media (max-width: 480px) {
    .wnt-image-filler {
        min-height: 275px;
    }

    .wnt-landscape {
        width: 275px;
        height: 212px;
    }

    .wnt-portrait {
        width: 212px;
        height: 275px;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .wnt-image-filler {
        min-height: 181px;
    }

    .wnt-landscape {
        width: 250px;
        height: 181px;
    }

    .wnt-portrait {
        width: 181px;
        height: 250px;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .wnt-image-filler {
        min-height: 242px;
    }

    .wnt-landscape {
        width: 242px;
        height: 187px;
    }

    .wnt-portrait {
        width: 187px;
        height: 242px;
    }
}

@media (min-width: 1201px) {
    .wnt-image-filler {
        min-height: 275px;
    }

    .wnt-landscape {
        width: 275px;
        height: 212px;
    }

    .wnt-portrait {
        width: 212px;
        height: 275px;
    }
}*/

.wnt-image-filler {
    min-height: 275px;
}
.wnt-landscape {
    width: 275px;
    height: 212px;
    padding-top: 31px;
}

.wnt-landscape-webinar {
    width: 275px;
    padding-top: 31px;
}

.wnt-portrait {
    width: 212px;
    height: 275px;
}
