/* COLORS
------------------------

BLACK           #000000
DARK GREY       #212121
GREY            #606060
LIGHT GREY      #AFAFAF
LIGHTEST GREY   #E6E6E6


EXP BLUE          #065683
PRIMARY BLUE      #0976B5
LIGHT BLUE        #F3F8FB
RED               #E30613
YELLOW            #FDF001
BEIGE             #F2F0EC

------------------------*/


.img-caption { background: rgba(0,0,0,0.7); width: 100%; display: block; position: absolute; bottom: 0; font-size: 14px; color: #FFF; padding: 15px; box-sizing: border-box; line-height: 20px; -webkit-font-smoothing:
antialiased;}
.img-caption span { float: right; text-transform: uppercase; }
.img-caption span.img-caption-mobile { float: left; text-transform: none; font-size: 12px;}

.img-arrow-next {
    background-image: url('../inc/imgs/image_gallery_next.svg');
    background-color: rgba(0,0,0,0.7);
    background-position: 0 50%;
    border: 0;
    border-radius: 70px 0 0 70px;
    right: 0;
    cursor: pointer;
position: absolute;
top: 50%;
margin-top: -59px;
height: 70px;
width: 35px;
}
