/***
Campaign 
***/

.img-campaign {
    position: absolute;
    height: 100%;
    width: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.overflow-h {
    overflow: hidden;
}

.img-with-ratio {
    position: relative;
    height: 0;
    padding-bottom: 50%; 
}

@media (max-width: 767px) {
    .img-show-mobile {
        position: relative;
        height: auto;
        width: 100%;
    }
}