﻿.campaign-desktop-image {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    transition: all 0.3s ease-in-out;
}


.auto-background:nth-child(even) .campaign-desktop-image{
    background-color: #ffffff;
}

.auto-background:nth-child(odd) .campaign-desktop-image{
    background-color: #f3f3f3;
}

.campaign-style-2-mobile-image {
    width: 100%;
}

.campaign-section-vertical-style {
    padding: 75px;
}

.campaign-section {
    position: relative;
    display: block;
    margin-top: 65px;
}
    .campaign-section svg {
        z-index: 1;
    }

.campaign-container {
    position: relative;
    overflow: hidden;
    background-position: center;
}

.campaign-title {
    opacity: 0;
    will-change: auto;
    display: inline-block;
    z-index: 5;
    min-height: 500px;
    display: flex;
    align-items: center;
}

.campaign-video {
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
}

    .campaign-video.style-2 {
        transform: none;
        min-width: 100%;
        min-height: 100%;
        height: auto;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
    }

@media(min-width: 991px) and (max-width: 1040px) {
    .campaign-section {
        height: auto;
    }

    .campaign-title
    {
        min-height: 400px;
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .campaign-style-2-text-parent {
        margin-top: 50px !important;
        order: 2 !important;
    }
}


@media (max-width:767px) {
    .campaign-title
    {
        min-height: 250px;
    }

    .campaign-section
    {
        margin-top: 50px;
    }

    .campaign-style-2-text-parent {
        margin-top: 50px !important;
        order: 2 !important;
    }

    .campaign-video {
        display: none;
    }
}