@media screen and (max-width: 1024px) {

    .left-top-triangle:before {
        left: -30vw;
        top: -30vh;
    }

    .right-top-triangle:before {
        right: -30vw;
        top: -30vh;
    }

    .left-bottom-triangle:before {
        left: -30vw;
        bottom: -30vh;
    }

    .right-bottom-triangle:before {
        right: -30vw;
        bottom: -30vh;
    }
    #fp-nav.right {
        right: 20px;
        opacity: 0;
    }
    #fp-nav ul li, .fp-slidesNav ul li {
        margin: 28px 7px;
    }
    #fp-nav ul li .fp-tooltip {
        top: 30px;
        right: -15px!important;
    }
    .image-wrapper:nth-child(1),
    .image-wrapper:nth-child(2),
    .image-wrapper:nth-child(3) {
        width: 35vw;
    }
    .image-wrapper:nth-child(1) {
        left: 5vw;
    }
    .image-wrapper:nth-child(3) {
        right: 10vw;
    }
    .left-top-triangle {
        padding-top: 20px;
        padding-left: 30px;
    }
    .left-bottom-triangle {
        padding-top: 0;
        padding-left: 30px;
        padding-bottom: 25px;
    }
    .left-top-triangle ul li p {
        font-size: 1em;
        margin: 0;
    }
    .right-bottom-triangle ul li i {
        font-size: 2em;
    }
    .right-bottom-triangle {
        padding-bottom: 20px;
    }
    .right-bottom-triangle ul li {
        margin-right: 10px;
    }
    .left-bottom-triangle ul li img {
        width: 120px;
    }
    .right-top-triangle, .right-bottom-triangle {
        padding-right: 30px;
    }
    .left-bottom-triangle small {
        bottom: 5px;
    }
    .single-event-modal {
        padding: 0 5vw;
    }
    #fp-nav {
        opacity: 1;
    }

    .home-page-wrapper:before,
    #main_wrapper:before,
    #myBar:before{
        height: 40%;
        top: 0;
        background-position-y: 0;
        background-size: 150%;
    }

    .home-page-wrapper:after,
    #main_wrapper:after,
    #myBar:after{
        height: 40%;
        bottom: 0;
        background-position-y: 0;
        background-size: 150%;
    }

}

@media screen and (max-width: 768px){
    .info-border {
        grid-template-columns: 1fr;
        grid-template-areas: "column-2" "column-1";
    }
    .column-1 {
        border-right: none;
        border-top: 2px solid #854541;
    }

    .download-app a:nth-of-type(1) {
        margin-right: 0;
    }
}

@media screen and (min-width: 768px) {
    .event-image img {
        width: 100%;
        height: auto;
    }
}

@media screen and (min-height: 1024px) and (min-width: 768px) {
    .event-details .event-details-wrapper {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
}
