.fullscreen-gallery-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.95);
}

.fullscreen-gallery-wrapper .close-button {
    position: absolute;
    top: 27px;
    right: 24px;
    height: 40px;
    width: 40px;
    cursor: pointer;
    outline: none;
    z-index: 110;
}

.fullscreen-gallery-wrapper .close-button img {
    width: 100%;
    height: 100%;
    outline: none;
}

.fullscreen-gallery-wrapper .image-subtitle {
    bottom: 24px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #FFFFFF;
    position: absolute;
    z-index: 110;
    font-family: PathwayGothicOne;
    font-size: 20px;
    letter-spacing: 0.36px;
    line-height: 24px;
}

.fullscreen-gallery-wrapper .fullscreen-gallery-content {
    position: relative;
    width: 100%;
    height: 100%;
}

.fullscreen-gallery-wrapper .fullscreen-gallery-content .arrow-container {
    height: 100%;
    outline: none;
}

.fullscreen-gallery-wrapper .fullscreen-gallery-content .arrow-container img {
    outline: none;
    cursor: pointer;
    width: 40px;
    height: 40px;
}

.fullscreen-gallery-wrapper .fullscreen-gallery-content .fullscreen-image-wrapper {
    height: 100%;
    overflow: hidden;
    position: relative;
}

.fullscreen-gallery-wrapper .fullscreen-gallery-content .fullscreen-image-wrapper .fullscreen-image-content {
    width: 100%;
    height: 100%;
}

.fullscreen-animation {
    opacity: 1;
}

.fullscreen-animation.ng-enter {
    -webkit-transition: all linear 0.8s;
    -moz-transition: all linear 0.8s;
    transition: all linear 0.8s;
    opacity:0;
}

.fullscreen-animation.ng-enter-active {
    opacity:1;
}

.fullscreen-gallery-wrapper .fullscreen-gallery-content .fullscreen-image-wrapper .fullscreen-image-content img {

}

.fullscreen-gallery-wrapper .fullscreen-gallery-content .fullscreen-image-wrapper .fullscreen-image-content img.portrait {
    width: auto;
    max-height: 90%;
}

.fullscreen-gallery-wrapper .fullscreen-gallery-content .fullscreen-image-wrapper .fullscreen-image-content img.landscape {
    height: auto;
    max-width: 100%;
}

.fullscreen-gallery-wrapper .fullscreen-gallery-content .fullscreen-image-wrapper .fullscreen-image-content img.equals {
    height: 100%;
}