.fullwidthbanner-container {
    /*height: 100% !important;*/
}

.clickable-image {
    height: 350px !important;
    width: 350px !important;
    text-align: center;
}

.clickable-img img {
    height: 100% !important;
    object-fit: cover;
    transition: transform 2s, filter 1.0s ease-in-out;
    transform-origin: center center;
    /*filter: brightness(100%) !important;*/
}

.clickable-img:hover img {
    filter: brightness(120%) !important;
    /*transform: scale(1.2) !important;*/
}

.versus-image {
    height: 200px !important;
    width: 200px !important;
    text-align: center;
}

    .versus-image img {
        height: 100% !important;
        width: 100% !important;
        object-fit: cover;
    }

.rev_slider img {
    width: auto !important;
    height: 250px !important;
    object-fit: contain;
    /*transform: translate(-70px, -25px);*/
}

@keyframes imgVersus {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes imgIntel {
    from {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes imgAmd {
    from {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.versus-image {
    animation: imgVersus 2s;
}

.clickable-img.intel {
    animation: imgIntel 2s;
}

.clickable-img.amd {
    animation: imgAmd 2s;
}

.btn-intel, .btn-amd {
    display: none;
}

@media (max-width: 1024px) and (min-width: 769px) {
    .clickable-img.intel {
        right: 30%;
    }

    .clickable-img.amd {
        left: 30%;
    }
}

@media (max-width: 767px) {
    .fullwidthbanner-container .fullwidthabanner {
        height: 400px !important;
    }

    /* .tp-parallax-wrap {
        top: 45% !important;
    }*/
}

@media (max-width: 768px) and (min-width: 481px) {

    .clickable-img img, .versus-image img {
        width: 150px !important;
    }

    .versus-image {
        left: 20% !important;
    }

    .clickable-img.intel {
        right: 30%;
    }

    .clickable-img.amd {
        left: 45%;
    }
}

@media (max-width: 480px) {

    .btn-intel {
        display: block;
        position: absolute;
        top: 60%;
        left: 6%;
        height: 80px;
        z-index: 99999;
        width: 90px;
    }

    .btn-amd {
        display: block;
        position: absolute;
        top: 10%;
        right: 15%;
        height: 80px;
        z-index: 99999;
        width: 90px;
    }

    .rev_slider img {
        transform: translate(-40px, -10px);
    }

    .clickable-img img {
        width: auto !important;
        height: 110px !important;
    }

    .versus-image img {
        width: auto;
        height: 75px !important;
        margin-top: 10px;
        top: 80%;
        position: relative;
    }

    .versus-image {
        left: 55% !important;
        animation: imgVersus 2s;
    }

    .clickable-img.intel {
        right: 50%;
        animation: imgIntel 2s;
    }

    .clickable-img.amd {
        left: 50%;
        animation: imgAmd 2s;
        position: relative;
    }

    @keyframes imgIntel {
        0%, 100% {
            transform: translateX(0%);
        }

        50% {
            transform: translateX(50%);
        }
    }

    @keyframes imgAmd {
        0%, 100% {
            transform: translateX(0%);
        }

        50% {
            transform: translateX(-50%);
        }
    }

    @keyframes imgVersus {
        from {
            opacity: 0;
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        }

        60% {
            opacity: 1;
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        }
    }

    .tp-parallax-wrap:nth-child(3) {
        top: 60% !important;
    }
}
