﻿#Article {
    width: 100%;
    border-left-color: black;
    border-bottom: none;
    padding-left: 2em;
}

.btn-light-MyExit2 {
    top: -3rem !important;
    right: -5.5rem !important;
}

.MyArrow-left {
    left: -5.5em !important;
    /*  background-image: url("../DS_ICON-Previous-round.png");*/
}

.MyArrow-right {
    right: -5.5em !important;
    /* background-image:url("../DS_ICON-Next-round.png");*/
}

@media (max-width: 1100px) {
    #Article {
        border-left: none;
        border-bottom: solid 1px black;
        padding-bottom: 2em;
        padding-left: 1em;
    }
}

@media (max-width: 840px) {
    .first-project-image {
        height: 100% !important;
        width: 100% !important;
    }

    .btn-light-MyExit2 {
        right: -1.3rem !important;
    }

    .MyArrow-left {
        left: -3rem !important;
        /*  left: -11%; background-image: url("../DS_ICON-Previous-round.png");*/
    }

    .MyArrow-right {
        right: -3rem !important;
        /* right: -3rem !important;
         right: -11%;*/
        /* background-image:url("../DS_ICON-Next-round.png");*/
    }
}

@media (max-width: 480px) {

    /*  .btn-light-MyExit2 {
        top: 3.1rem !important;
    }*/

    .MyArrow-left {
        left: -2rem !important;
        /* left: -2rem !important;
        left: -20%;*/
        width: 24px;
        /*  background-image: url("../DS_ICON-Previous-round.png");*/
    }

    .MyArrow-right {
        right: -2rem !important;
        /* right: -2rem !important;
        right: -20%;*/
        width: 24px;
        /* background-image:url("../DS_ICON-Next-round.png");*/
    }
}

@media (max-width: 320px) {

    .MyArrow-left {
        left: -2.25rem !important;
        /* left: -25%;*/
        /*  background-image: url("../DS_ICON-Previous-round.png");*/
    }

    .MyArrow-right {
        right: -2.25rem !important;
        /*right: -25%;*/
        /* background-image:url("../DS_ICON-Next-round.png");*/
    }
}
