/*------------------------------------------------------------------------
# AA Image Panorama Viewer
# ------------------------------------------------------------------------
# author    AA Extensions http://aaextensions.com/
# Copyright (C) 2018 AA Extensions. All Rights Reserved.
# @license - http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
# Websites: http://aaextensions.com/
-------------------------------------------------------------------------*/

.panorama {
    width: 100%;
    float: left;
    margin-top: -5px;
    position: relative;
    margin-bottom: 20px;
}

.credit {
    text-align: center;
    color: #888;
    padding: 10px 10px;
    margin: 0 0 0 0;
    background: #f5f5f5;
    float: left;
    width: 100%;
}
.credit a {
    text-decoration: none;
    font-weight: bold;
    color: black;
}

.panorama .credit {
    background: rgba(0,0,0,0.2);
    color: white;
    font-size: 12px;
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: right;
}
