.no-scroll {
    overflow: hidden;
}

.tx-psbfieldguide .frame:first-child,
.tx-psbfieldguide .nav-sidebar {
    padding-top: 0;
    padding-bottom: 0;
}

.tx-psbfieldguide .filter_area.is-open .filter_area--content {
    max-height: 100000px;
    padding: 1em 0;
}

.tx-psbfieldguide .filter_area--filter-wrap.is-inactive input[type="checkbox"] + label,
.tx-psbfieldguide .filter_area--filter-wrap.is-inactive input[type="checkbox"] + label span {
    color: #c5c5c5;
    cursor: not-allowed !important;
    transition: color .2s ease-in-out;
}

.tx-psbfieldguide .filter_area.hidden,
.tx-psbfieldguide .filter_area--filter-wrap.hidden {
    display: none;
}

.tx-psbfieldguide .filter_area--headline {
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    padding-right: 1.5em;
}

.tx-psbfieldguide .filter_area--spacer {
    height: 1px;
    margin-bottom: 1em;
    background-color: #ccc;
}

.tx-psbfieldguide .filter_area--info {
    position: absolute;
    right: 30px;
    margin: 3px 13px 0 0;
    display: inline-block;
    width: 28px;
    height: 28px;
    color: #000;
    background-color: rgba(0, 0, 0, .05);
    border-radius: 50%;
    text-align: center;
    transition: color .2s, background-color .2s;
    margin-top: -2px;
    background-image: none;
    background-size: 100% auto;
}

.tx-psbfieldguide .tx-srfreecap-image {
    margin-left: 0;
    vertical-align: top;
}

.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.tx-psbfieldguide .filter_area--info .filter_area--info_overlay {
    color: #000;
}

.tx-psbfieldguide .filter_area--info:hover {
    color: #000;
    background-color: #0271bb;
}

.tx-psbfieldguide .filter_area--info:hover .filter_area--info_overlay {
    color: #000;
}

.tx-psbfieldguide .filter_area--info_overlay {
    display: inline-block;
    width: 260px;
    height: fit-content;
    background-color: #fff;
    border: 1px solid #888;
    position: absolute;
    bottom: 30px;
    left: -241px;
    z-index: 999;
    transition: width 200ms;
}

@media (min-width: 1174px) {
    .tx-psbfieldguide .filter_area--info_overlay {
        width: 300px;
        height: fit-content;
        bottom: 30px;
        left: -281px;
    }
}

.tx-psbfieldguide .filter_area--info_overlay--close {
    position: absolute;
    top: 10px;
    right: 10px;
    text-transform: uppercase;
    width: 22px;
    height: 23px;
    text-align: center;
    background-color: #fff;
    transition: color 200ms, background-color 200ms;
}

.tx-psbfieldguide .filter_area--info_overlay--close:hover {
    color: #fff;
    background-color: #000;
}

.tx-psbfieldguide .filter_area--info_overlay--image {
    background-size: cover;
    background-position: center;
    height: 150px;
}

.tx-psbfieldguide .filter_area--info_overlay--content {
    height: auto;
    padding: 5px;
    text-align: center;
}

.tx-psbfieldguide .filter_area--headline span {
    position: absolute;
    top: 5px;
    right: 1em;
    display: inline-block;
    width: 18px;
    height: 9px;
    background: url(Img/arrow.png) 0 no-repeat;
}

.tx-psbfieldguide .filter_area.is-open .filter_area--headline span {
    background-position: -18px 0;
}

.tx-psbfieldguide .filter_area--content {
    position: relative;
    top: .5em;
    max-height: 0;
    overflow: hidden;
    cursor: pointer;
}


.tx-psbfieldguide .filter_area--content ul {
    list-style: none;
    padding: 0;
}

.tx-psbfieldguide .filter_area--content ul ul {
    padding: 0 1em;
}

.tx-psbfieldguide .filter_area--content ul li {
    margin: 0 0 .5em;
}

.tx-psbfieldguide .filter_area--content ul p {
    margin: 0;
}

.tx-psbfieldguide > h1,
.tx-psbfieldguide .species_item_wrap h1,
.tx-psbfieldguide .species_show h1 {
    font-style: normal;
    margin-top: 0;
}

.tx-psbfieldguide > h1 .species--describer,
.tx-psbfieldguide .species_item_wrap h1 .species--describer,
.tx-psbfieldguide .species_show h1 .species--describer {
    font-style: normal;
}

.tx-psbfieldguide .subheadline .species--title {
    padding-right: 8px;
    color: #000;
    font-style: italic;
}

.tx-psbfieldguide .species_show h1 {
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
}

.tx-psbfieldguide .gm-infowindow h1 {
    margin: .5em 0 0 0;
    font-weight: normal;
    font-size: 1.2em;
}

.tx-psbfieldguide .italic {
    font-style: italic;
}

.tx-psbfieldguide .gm-infowindow .title {
    font-style: italic;
}

.tx-psbfieldguide .gm-infowindow .title span {
    font-style: normal;
}

.tx-psbfieldguide .gm-infowindow .subheadline {
    font-size: 1em;
}

.tx-psbfieldguide .subheadline {
    display: block;
    color: #000;
    font-size: 60%;
    font-weight: bold;
}

.tx-psbfieldguide .species_item_wrap h1 {
    display: none;
}

.tx-psbfieldguide .species {
    position: relative;
    height: 280px;
    margin: .6% .6% .2%;
    cursor: pointer;
    overflow: hidden;
    border-radius: .25rem;
    vertical-align: top;
}

.tx-psbfieldguide .species.hidden {
    display: none;
}

.tx-psbfieldguide .species .species--title {
    font-weight: bold;
    font-size: 14px;
}

.tx-psbfieldguide .species .species--titleTranslated {
    font-size: 14px;
    color: #fff !important;
}

.tx-psbfieldguide .species a {
    display: inline-block;
    height: 100%;
    width: 100%;
}

.tx-psbfieldguide .species--image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
    vertical-align: top;
    transition: transform .2s ease-in-out 0s;
}

.tx-psbfieldguide .species:hover .species--image {
    transform: scale(1.15);
}

.tx-psbfieldguide .species_text_wrap {
    position: absolute;
    bottom: 0;
    margin: .5em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.tx-psbfieldguide .filter_area--species-wrap .species--title {
    font-style: italic;
}

.tx-psbfieldguide .filter_area--genus-wrap .genus--title.is-active,
.tx-psbfieldguide .filter_area--species-wrap .species--titleTranslated.is-active,
.tx-psbfieldguide .filter_area--species-wrap .species--title.is-active {
    color: #0271bb !important;
}

.tx-psbfieldguide .filter_area--genus-wrap .genus--title {
    text-transform: uppercase;
    font-style: italic;
}

.tx-psbfieldguide .filter_area--genus-wrap a,
.tx-psbfieldguide .filter_area--genus-wrap a p {
    color: #fff;
    transition: color .2s ease-in-out;
}

.tx-psbfieldguide .filter_area--genus-wrap a:hover,
.tx-psbfieldguide .filter_area--genus-wrap a:hover p {
    color: #0271bb;
    text-decoration: none;
}

.tx-psbfieldguide .species--title {
    position: relative;
    color: #fff;
    text-decoration: none;
}

.tx-psbfieldguide .species--title:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #fff;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.tx-psbfieldguide .species:hover .species--title:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.tx-psbfieldguide .species--titleTranslated {
    color: #0271bb;
}

/**
 * Checkbox
 */
.tx-psbfieldguide input[type="checkbox"] {
    display: none;
}

#form--found input[type="checkbox"] {
    display: inline-block;
}

.tx-psbfieldguide .filter_area--filter-wrap.is-inactive input[type="checkbox"] + label .filter_area--info {
    cursor: pointer;
}

.tx-psbfieldguide input[type="checkbox"] + label {
    width: 100%;
    color: #000;
    font-weight: normal;
    cursor: pointer;
}

.tx-psbfieldguide input[type="checkbox"] + label span {
    display: inline-block;
    width: 19px;
    height: 19px;
    margin: 3px 13px 0 0;
    vertical-align: middle;
    background: url(Img/check_radio_sheet.png) left top no-repeat;
    cursor: pointer;
    position: absolute;
    right: 0;
}

.tx-psbfieldguide input[type="checkbox"]:checked + label span {
    background: url(Img/check_radio_sheet.png) -19px top no-repeat;
}

.tx-psbfieldguide .filter_area--filter-wrap.is-inactive input[type="checkbox"] + label span {
    background-position-x: -38px;
}

.tx-psbfieldguide .species__characteristics--headline {
    margin: 2em 0 .5em;
    font-size: 1.5em;
    font-weight: bold;
}

.tx-psbfieldguide .species__characteristics table {
    width: 100%;
}

.tx-psbfieldguide .species__characteristics td {
    padding: 1em;
}

.tx-psbfieldguide .species__characteristics td:first-child {
    vertical-align: top;
    font-weight: bold;
    max-width: 200px;
}

.tx-psbfieldguide .owl-carousel {
    margin-bottom: 2em;
}

.tx-psbfieldguide .owl-carousel img {
    width: 100% !important;
    height: auto;
    max-height: 500px;
    margin: 0 auto;
}

.tx-psbfieldguide .owl-carousel .slider-image .image-description {
    margin-top: 10px;
    text-align: center;
}

.tx-psbfieldguide .owl-item {
    background-color: #fff;
}

.tx-psbfieldguide .speciessimilar--title,
.tx-psbfieldguide .speciessimilar--describer {
    display: inline-block;
}

.tx-psbfieldguide .speciessimilar--container {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 3em;
}

.tx-psbfieldguide .speciessimilar--item {
    display: flex;
    width: 100%;
    margin-bottom: 3em;
    flex-direction: column;
}

.tx-psbfieldguide .speciessimilar--item .card {
    flex: 1 0 auto;
}

.tx-psbfieldguide .speciessimilar--item .card .card-header * {
    text-align: left;
}

.tx-psbfieldguide .speciessimilar--item .card .card-header .btn {
    background-color: transparent;
    border: none;
    color: #005262 !important;
}

@media (min-width: 992px) {
    .tx-psbfieldguide .speciessimilar--item {
        width: 33%;
    }
}

.tx-psbfieldguide .speciessimilar--image {
    background-size: contain;
    background-repeat: no-repeat;
    height: 200px;
    width: auto;
    background-position: center;
}

.tx-psbfieldguide.species__overlay {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    z-index: 999;
    overflow: scroll;
    text-align: center;
}

.tx-psbfieldguide.species__overlay .species__content {
    position: relative;
    width: 100%;
    max-width: 1100px;
    margin: 5% auto 0 auto;
    padding: 2em;
    background-color: #fff;
    text-align: left;
    border-radius: .25rem;
}

.tx-psbfieldguide.species__overlay .owl-prev {
    left: 0 !important;
}

.tx-psbfieldguide.species__overlay .owl-next {
    right: 0 !important;
}

@media (min-width: 992px) {
    .tx-psbfieldguide.species__overlay .species__content {
        width: 80%;
        padding: 5em;
    }
}

.tx-psbfieldguide.species__overlay .species__overlay--close {
    position: absolute;
    right: 5%;
    font-size: 2em;
    padding: 0 .5em;
    transition: color 200ms;
    cursor: pointer;
}

.tx-psbfieldguide.species__overlay .species__overlay--close:hover {
    color: #0271bb;
}

.tx-psbfieldguide .species__overlay--loader {
    position: absolute;
    top: 90px;
    left: 50%;
    margin-left: -25px;
    border: 6px solid #f3f3f3;
    border-top: 6px solid #0271bb;
    border-bottom: 6px solid #0271bb;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
}

.tx-psbfieldguide .species__list--loader {
    margin: 1em auto;
    border: 6px solid #f3f3f3;
    border-top: 6px solid #0271bb;
    border-bottom: 6px solid #0271bb;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
}

.tx-psbfieldguide .species__list--loader.hidden {
    display: none;
}

.tx-psbfieldguide .publication--authors {
    font-variant: small-caps;
}

.tx-psbfieldguide .publication--medium {
    font-style: italic;
}

.tx-psbfieldguide .publication--issue {
    font-weight: bold;
}

.tx-psbfieldguide .publication--file {
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative;
    top: 2px;
    left: 1em;
    background-image: url('../Img/icon_pdf.png');
    background-repeat: no-repeat;
    background-position: center;
}

.tx-psbfieldguide .publication--file:before {
    content: '';
    display: none;
}

.tx-psbfieldguide .form-group.has-loader {
    position: relative;
}

.tx-psbfieldguide #form--found-message {
    padding: 0 0 1.5em 0;
}

.tx-psbfieldguide #form--found-message h1 {
    margin-bottom: 1.5em;
}

.tx-psbfieldguide #form--found-message h2 {
    margin-bottom: .5em;
}

.tx-psbfieldguide #form--found-message .form-group label {
    padding-bottom: .5em;
}

.tx-psbfieldguide #form--found-message .row--submit {
    text-align: center;
}

.tx-psbfieldguide #form--found-message input[type="checkbox"] {
    display: inline-block;
    width: 2em;
    height: 2em;
    vertical-align: top;
    margin-right: 1em;
}

.tx-psbfieldguide #form--found-message input[type="checkbox"] + label {
    display: inline-block;
    width: 65%;
}

.tx-psbfieldguide #form--found-message input[name="tx_psbfieldguide_foundmessage[data_protection_accepted]"] + label {
    width: 90%;
}

.tx-psbfieldguide #form--found-message .row--submit input {
    margin-top: 1.5em;
}

.tx-psbfieldguide .found-report--form {
    padding: 2em;
    margin-top: 2em;
}

.tx-psbfieldguide .nav-sidebar .card {
    border: 0 none;
}

.tx-psbfieldguide .nav-sidebar .card-body {
    padding-top: 0;
}

.tx-psbfieldguide .nav-sidebar {
    margin-top: -5px;
}

.modal-backdrop {
    display: none;
    z-index: -1;
}

.link {
    text-decoration: underline;
    cursor: help;
    text-align: center;
}

.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}

.loader {
    display: none;
    position: absolute;
    top: 0;
    right: 45px;
    color: #000;
    font-size: 5px;
    margin: 30px 0 0 0;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.loader:before,
.loader:after {
    content: '';
    position: absolute;
    top: 0;
}

.loader:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.loader:after {
    left: 3.5em;
}

#psb_foundmessage--user-found-list .modal-dialog {
    max-width: 1000px;
    height: 500px;
}

#psb_foundmessage--user-found-list .modal-body {
    text-align: center;
}

#psb_foundmessage--user-found-list .found--image {
    padding: 5px;
    cursor: pointer;
    transition: opacity 300ms;
}

#psb_foundmessage--user-found-list .found--image:hover {
    opacity: .5;
}

#psb_foundmessage--user-reward-show table thead {

}

#psb_foundmessage--user-reward-show table tbody tr {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

#psb_foundmessage--user-reward-show table th,
#psb_foundmessage--user-reward-show table td {
    padding: 1em;
}

#psb_foundmessage--user-reward-show .reward.active {
    background-color: #f2f2f2;
}

#psb_foundmessage--user-reward-show .reward--image {
    width: 100%;
    max-width: 50px;
    height: auto;
}

#psb_foundmessage--user-reward-show .icon--check {
    width: 20px;
    height: auto;
}

.panel {
    border: 1px solid #f2f2f2;
    border-radius: .25rem;
    padding: .5em;
}

.femanager_edit .femanager_usergroup,
.femanager_edit .femanager_image,
.femanager_edit .femanager_name,
.femanager_edit .femanager_middlename {
    display: none;
}

.femanager_edit .col-sm-2,
.femanager_edit .col-sm-10 {
    width: 100%;
    padding: 0;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #fff !important;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}


@-webkit-keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

@keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.species__overlay--prev,
.species__overlay--next,
.owl-theme .owl-nav [class*='owl-'] {
    background: transparent url(Img/slider_arrow.png) top left no-repeat !important;
    overflow: hidden;
    text-indent: 500%;
    white-space: nowrap;
    width: 19px;
    height: 36px;
}

.species__overlay--prev,
.species__overlay--next,
.owl-theme .owl-nav [class*='owl-']:hover {
    background: transparent url(Img/slider_arrow.png) top left no-repeat !important;
}

.species__overlay--prev,
.owl-theme .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: -40px;
    margin-top: -18px;
    background-position: 0 0;
}

.species__overlay--prev {
    left: 10px;
    cursor: pointer;
}

.species__overlay--next-wrap,
.species__overlay--prev-wrap {
    background-color: #fff;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 83px;
    left: -6%;
}

.species__overlay--next-wrap {
    left: inherit;
    right: -6%;
}

.species__overlay--next,
.owl-theme .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: -40px;
    margin-top: -18px;
    background-position: 0 -36px !important;
}

.species__overlay--next {
    right: 10px;
    cursor: pointer;
}

.species__overlay--next::before {
    content: "";
    width: 100px;
    height: 100px;
    background-color: #fff;
}

.owl-theme .owl-nav .owl-next:hover {
    background-position: -19px -36px !important;
}

.owl-theme .owl-nav .owl-prev:hover {
    background-position: -19px 0 !important;
}

.frame-type-flux_container > .green {
    width: 100%;
    background: #93c01f;
    color: #fff;
    padding-top: 4em;
    padding-bottom: 4em;
    text-align: center;
}

.glossary-overlay {
    position: absolute;
    width: 320px;
    padding: 1em !important;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    background-color: #fff;
    z-index: 999;
}

.glossary-overlay img {
    width: auto;
    max-height: 200px;
}

.glossary-overlay h1 {
    font-size: 1rem;
}

.glossary-overlay h4 {
    font-size: 1em;
}

.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 2;
    cursor: pointer;
}

.overlay--content {
    position: absolute;
    top: 45%;
    left: 25%;
    color: #fff;
    font-size: 1.5em;
    width: 50%;
    right: 25%;
    line-height: 1.2em;
}

/* Google Maps Legend */

#legend {
    margin-right: 10px;
    padding: 10px;
    background: none rgb(255, 255, 255);
    box-shadow: rgb(0 0 0 / 30%) 0px 1px 4px -1px;
    border-radius: 2px;
}

#legend img {
    margin: 0 5px 5px 0;
}

#content .ce-content .tx-psbfieldguide .species {
    height: 220px;
    border-radius: 0;
    margin: .6% .6% 3% .2%;
}

#content .ce-content .tx-psbfieldguide .species.hasTranslatedTitle {
    height: 240px;
}

#content .ce-content .tx-psbfieldguide .species.hasTranslatedTitle .species--image-wrap {
    height: 75%;
}

#content .ce-content .tx-psbfieldguide .species .species--image-wrap {
    position: relative;
    width: 100%;
    height: 75%;
    overflow: hidden;
}

#content .ce-content .tx-psbfieldguide .species .species--title {
    color: #444;
}

#content .ce-content .tx-psbfieldguide .species .species--title:before {
    background-color: #444;
}

#content .ce-content .tx-psbfieldguide .species .species--titleTranslated {
    color: #444 !important;
}

@media screen and (min-width: 420px) {
    #content .ce-content .tx-psbfieldguide .species {
        height: 260px;
    }

    #content .ce-content .tx-psbfieldguide .species.hasTranslatedTitle {
        height: 300px;
    }

    #content .ce-content .tx-psbfieldguide .species.hasTranslatedTitle .species--image-wrap,
    #content .ce-content .tx-psbfieldguide .species .species--image-wrap {
        height: 75%;
    }
}

@media screen and (min-width: 500px) {
    #content .ce-content .tx-psbfieldguide .species {
        height: 300px;
    }

    #content .ce-content .tx-psbfieldguide .species.hasTranslatedTitle {
        height: 320px;
    }
}

@media (min-width: 600px) {
    .species__overlay--prev-wrap {
        left: -4%;
    }

    .species__overlay--next-wrap {
        right: -4%;
    }
}

@media (min-width: 768px) {
    .tx-psbfieldguide .species {
        display: inline-block;
        width: 48.4%
    }

    .tx-psbfieldguide .owl-carousel img {
        width: auto !important;
        height: 100%;
        max-height: 500px;
    }

    #content .ce-content .tx-psbfieldguide .species {
        height: 240px;
        margin: .6% .6% .2%;
    }

    #content .ce-content .tx-psbfieldguide .species.hasTranslatedTitle {
        height: 260px;
    }

    #content .ce-content .tx-psbfieldguide .species.hasTranslatedTitle .species--image-wrap {
        height: 75%;
    }
}

@media (min-width: 992px) {
    .tx-psbfieldguide > h1 {
        display: none;
    }

    .tx-psbfieldguide .species_item_wrap h1 {
        display: inherit;
    }

    .species_filter_wrap {
        display: inline-block;
        width: 30%;
        vertical-align: top;
        margin-right: 3%;
    }

    .tx-psbfieldguide .view--show .filter_area--content {
        max-height: 100%;
    }

    .tx-psbfieldguide .view--show .filter_area--headline {
        cursor: default;
    }

    .tx-psbfieldguide .view--show .filter_area--headline span {
        display: none;
    }

    .species_item_wrap,
    .species_show {
        display: inline-block;
        width: 100%;
        vertical-align: top;
    }

    .species_show.found--report {
        width: 100%;
    }

    .owl-theme .owl-nav [class*='owl-'].owl-prev {
        left: 0;
    }

    .owl-theme .owl-nav [class*='owl-'].owl-next {
        right: 0;
    }

}

@media (min-width: 1200px) {
    .tx-psbfieldguide .species {
        width: 35%;
        height: 255px;
    }

    .owl-theme .owl-nav [class*='owl-'].owl-prev {
        top: 45%;
    }

    .owl-theme .owl-nav [class*='owl-'].owl-next {
        top: 45%;
    }

    .glossary-overlay {
        width: 500px;
    }

    #content .ce-content .tx-psbfieldguide .species {
        height: 220px;
    }

    #content .ce-content .tx-psbfieldguide .species.hasTranslatedTitle {
        height: 240px;
    }

    #content .ce-content .tx-psbfieldguide .species.hasTranslatedTitle .species--image-wrap {
        height: 75%;
    }

    #content .ce-content .tx-psbfieldguide .species__overlay--loader {
        top: 60px;
    }
}
