﻿.ab-res {
    padding: 6px;
}
@media only screen and (max-width: 700px) {
    .ab-res {
        width: 49.99999%;
        margin: 6px 0;
    }
}
@media only screen and (max-width: 500px) {
    .ab-res {
        width: 100%;
    }
}

.ab-res3 {
    width: 33.22222%;
}
.ab-res4 {
    width: 24.99999%;
}
.ab-res5 {
    width: 19.99999%;
}
@media only screen and (max-width: 700px) {
    .ab-res5 {
        width: 33.22222%;
    }
}
.ab-res6 {
    width: 16.55555%;
}
@media only screen and (max-width: 700px) {
    .ab-res6 {
        width: 33.22222%;
    }
}
@media only screen and (max-width: 500px) {
    .ab-res6 {
        width: 100%;
    }
}

.ab-gallery-item {
    border: 1px solid #ccc;
    position: relative;
    cursor: move;
}

    .ab-gallery-item:hover {
        border: 2px solid #777;
    }

    .ab-gallery-item a {
        text-decoration: none;
    }

    .ab-gallery-item img {
        width: 100% !important;
        height: auto;
    }

    .ab-gallery-item object {
        width: 100% !important;
        height: auto;
    }

    .ab-gallery-item.dragover {
        border: 2px solid;
        border-color: red;
    }

.ab-gallery-item-header {
    text-align: center;
    font-size: .5rem;
}



* {
    box-sizing: border-box;
}


.ab-gallery-item-lt {
    position: absolute;
    left: 5%;
    top: 5%;
    width: 25%;
    height: 25%;
    opacity: 0.3;
    color: red;
    cursor: pointer;
}

    .ab-gallery-item-lt:hover {
        opacity: 1;
    }

.ab-gallery-item-rt {
    position: absolute;
    right: 0%;
    top: 5%;
    width: 25%;
    height: 25%;
    opacity: 0.3;
    color: green;
    cursor: pointer;
}

    .ab-gallery-item-rt:hover {
        opacity: 1;
    }

.ab-gallery-item-rb {
    position: absolute;
    right: 0%;
    bottom: 0%;
    width: 25%;
    height: 25%;
    opacity: 0.3;
    color: blue;
    cursor: pointer;
}

    .ab-gallery-item-rb:hover {
        opacity: 1;
    }

.ab-gallery-item-lb {
    position: absolute;
    left: 5%;
    bottom: 0%;
    width: 25%;
    height: 25%;
    opacity: 0.3;
    color: green;
    cursor: pointer;
}

    .ab-gallery-item-lb:hover {
        opacity: 1;
    }
