.section2>.btn {
    position: absolute;
    width: 85px;
    height: 30px;
    bottom: 5px;
    right: 5px;
    background-image: url(../media/img_next_dark.png);
    background-size: 85%;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    background-color: #fafafa;
    padding: 5px;
    border-radius: 6px;
    display: none;
}

.section2>.bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: lavender;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.section2>.hotspots {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
}

.section2>.hotspots>.hotspot {
    position: absolute;
    width: 45px;
    height: 65px;
    background-image: url(../media/img_marker.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.section2>.modal {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fafafa;
    display: none;
}

.section2>.modal>.images {
    position: absolute;
    width: 85%;
    height: 65%;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
}

.section2>.modal>.back-btn,
.section2>.modal>.next-btn {
    position: absolute;
    width: 50px;
    height: 65%;
    top: 50px;
    color: #000;
    background-color: rgba(0, 0, 0, 0.15);
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    cursor: pointer;
    display: none;
}

.section2>.modal>.back-btn:hover,
.section2>.modal>.next-btn:hover {
    background-color: rgba(0, 0, 0, 0.45);
}

.section2>.modal>.back-btn>p,
.section2>.modal>.next-btn>p {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    pointer-events: none;
}

.section2>.modal>.back-btn {
    left: 8px;
}

.section2>.modal>.next-btn {
    right: 8px;
}

.section2>.modal>.images>.image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.section2>.modal>.text {
    position: absolute;
    width: 85%;
    height: 15%;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 26px;
    padding-right: 15px;
    text-align: center;
}

.section2>.modal>.text>p {
    margin: 0;
    margin-top: 10px;
    margin-left: 10px;
}

.section2>.modal>.close {
    position: absolute;
    width: 25px;
    height: 30px;
    top: -10px;
    right: 8px;
    font-size: 50px;
    font-weight: bold;
    color: #000;
    cursor: pointer;
}

.section2>.back,
.section2>.next {
    position: absolute;
    width: 50px;
    height: 100%;
    top: 0;
    color: #fafafa;
    background-color: rgba(0, 0, 0, 0.65);
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    cursor: pointer;
    display: none;
}

.section2>.back:hover,
.section2>.next:hover {
    background-color: rgba(0, 0, 0, 0.75);
}

.section2>.back {
    left: 0;
}

.section2>.next {
    right: 0;
}

.section2>.back>p,
.section2>.next>p {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    pointer-events: none;
}

.section2>.bottom-text {
    position: absolute;
    width: 66%;
    height: 45px;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    color: #333;
    background-color: #fafafa;
    border-radius: 6px;
    font-size: 14pt;
    display: none;
}

.section2>.bottom-text>p {
    margin: 0;
    margin-top: 10px;
    margin-left: 15px;
}

.section2>.title {
    position: absolute;
    width: 85%;
    height: 45px;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    color: #333;
    background-color: #fafafa;
    border-radius: 6px;
    font-size: 14pt;
}

.section2>.title>p {
    margin: 0;
    margin-top: 10px;
    margin-left: 15px;
}