@media all and (min-height:1080px) and (min-width:1920px) {


body {
    font-size: 12px;
    font-weight: 400;
       }

.header {
    display: flex;
    width: 90%;
    margin: 0 auto 2em auto;
}

.title {
    display: block;
    width: 7%;
    font-size: 44px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 50px 10px 0 0;
}

.toggleList {
    display: block;
    width: 93%;
    margin: auto;
}

.subtitle {
    display: block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-left: 10%;
    margin-bottom: 1em;
}

.text {
    display: block;
    width: 95%;
    padding-left: 2em;
    border-left: 2px solid white;
}

.text p {
    margin-bottom: 1em;
}

.text a {
    color: white;
    text-decoration: none;
    border-bottom: dotted white;

}

.text a:hover {
    color: white;
    border-top: dotted white;
    border-bottom: none;
}

.text2 {margin-left: 157px; width: 900px; padding-left: 2em;
        border-left: 2px solid white;}
        
        .text2 p {
        margin-bottom: 0.5em;
    }

.content {
    position: relative;
    width: 100%;
    height: auto;
    margin: 50px auto 70px auto;
    text-align: center;

}


.content img {
    display: block;
    margin-left: auto;
    margin-right: auto;

    width: auto;
    height: 500px;
    object-position: center;
}



.content .btn {
    position: absolute;
    background-color: #ff1638;
    color: white;
    font-size: 10px;
    cursor: pointer;
    margin: 15px 30px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: none;
    -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
    -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
    transition: transform ease-out 0.1s, background 0.2s;
}

.content .btn::before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    top: 0;
    left: 0;
}
.content .btn:hover::before {
    animation: sonar-effect 1s ease-in-out .1s infinite;
}


@keyframes sonar-effect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 5px #ff1638, 0 0 10px 10px #ff1638, 0 0 0 10px #fff;
    }
    100% {
        box-shadow: 0 0 0 5px #ff1638, 0 0 10px 10px #ff1638, 0 0 0 10px #fff;
        transform: scale(1.5);
        opacity: 0;
    }
}



.content .btn1  {
    top: 24%;
    left: 36%;
    transform: translate(-31%, -62%);
    -ms-transform: translate(-31%, -62%);
}

.content .btn2  {
    top: 28%;
    left: 38%;
    transform: translate(-35%, -60%);
    -ms-transform: translate(-35%, -60%);
}

.content .btn3  {
    top: 42%;
left: 37%;
transform: translate(-89%, -61.2%);
-ms-transform: translate(-89%, -61.2%);
}

.content .btn4  {
    top: 76%;
left: 35%;
transform: translate(-3%, -62.5%);
-ms-transform: translate(-3%, -62.5%);
}

.content .btn5  {
top: 16%;
left: 61%;
transform: translate(-59%, -41%);
-ms-transform: translate(-59%, -41%);
}

.content .btn6  {
   top: 38%;
left: 58%;
transform: translate(-34%, -43.5%);
-ms-transform: translate(-34%, -43.5%);
}

.content .btn7  {
   top: 69%;
left: 60%;
transform: translate(-68%, -41%);
-ms-transform: translate(-68%, -41%);
}

.content .btn8  {
top: 86%;
left: 60%;
transform: translate(-25%, -33%);
-ms-transform: translate(-25%, -33%);
}

.content .comment {

    position: absolute;
    padding: 10px;
    border: 1px solid white;
    text-align: center;
    background-color: #201b17;
}

.content .comment img {
    top: 0;
    width: auto;
    height: 300px;
}

.content .comment p {
    text-align: left;
    padding-top: 0.5em;
}

.content .comment1  {
    top: 45%;
    left: 22%;
    transform: translate(-31%, -62%);
    -ms-transform: translate(-31%, -62%);
    width: 363px;
    height: 400px;
}

.content .comment2  {
    top: 59%;
    left: 27%;
    transform: translate(-35%, -60%);
    -ms-transform: translate(-35%, -60%);
    width: 193px;
    height: 473px;
}

.content .comment3  {
    top: 60%;
    left: 25.8%;
    transform: translate(-59%, -61.2%);
    -ms-transform: translate(-59%, -61.2%);
    width: 356px;
    height: 455px;
}

.content .comment4  {
    top: 77%;
    left: 26.5%;
    transform: translate(-23%, -62.5%);
    -ms-transform: translate(-23%, -62.5%);
    width: 189px;
    height: 490px;
}

.content .comment5 {
    top: -11%;
    left: 84%;
    transform: translate(-84%, -41%);
    -ms-transform: translate(-84%, -41%);
    width: 382px;
    height: 440px;
}

.content .comment6  {
    top: 38%;
    left: 75.5%;
    transform: translate(-62%, -43.5%);
    -ms-transform: translate(-62%, -43.5%);
    width: 138px;
    height: 630px;
}

.content .comment7  {
    top: 64%;
    left: 80%;
    transform: translate(-68%, -41%);
    -ms-transform: translate(-68%, -41%);
    width: 415px;
    height: 420px;
}

.content .comment8 {
    top: 44%;
    left: 69%;
    transform: translate(-38%, -33%);
    -ms-transform: translate(-38%, -33%);
    width: 165px;
    height: 490px;
}

.footer {
    text-align: center;
    padding: 10px 0;
}

.footer p {
    margin-top: 2em;
}

.footer a {
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 1em;
    text-align: center;
}

.footer a:hover {
    text-decoration: underline;
}
}