
#know__start {
    position: relative;
    width: 100vw;
    height: 100vh;
}

h3 {
    margin-top: 40px;
    margin-bottom: 30px;
}

.know__img {    
    width: auto;
    width: 75vw;
    height: 85vh;
    background-image: url("../img/depositphotos_245496214_xl.jpg");
    background-size: cover;
    background-position: center;
    /* transform: scaleX(-1); */
}

.know__header {
    width: 45%;
    background-color: #EC7304E5;
    bottom: 20vh;
    padding: 3% 5%; 
}

.know__header h2 {
    color: white;
    font-size: 6vh;
    font-weight: 800;
    letter-spacing: .055em;
}

.know__header h3 {
    color: white;
    font-size: 3vh;
    font-weight: 600;
}

#know__start .mousey {
    bottom: 5vh;
    left: 78vw;
}

.know__box {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin: 6em 2em;
    padding: 2em;
    text-align: center;
    color: white;
    background-color: var(--primary);
    width: 14vw;
    height: 14vw;
    transition: all .6s linear;
}

.know__box a {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: white;
    transition: all .6s linear;
    font-weight: 600;
    width: 100%;
    padding: 5vw 2vw;
}

.know__box:hover {
    border: 1px solid var(--primary);
    background-color: transparent;
}

.know__box:hover a {
    color: var(--primary);
}

#know__start .mousey {
    left: 90vw;
    bottom: 7vh;
}

iframe {
    margin-bottom: 40px;
}


@media only screen and (max-width: 1600px) {
    .know__img {
        height: 75vh;
    }
}


@media only screen and (max-width: 1200px) {

    .know__img {
        background-position: left;
    }

    .know__header h2 {
        font-size: 3vh;
    }

    .know__box {
        width: 22vw;
        height: 22vw;
    }

}


@media only screen and (max-width: 768px) {
    .know__box {
        margin-left: 0;
        margin-right: 0;
    }
}

@media only screen and (max-width: 576px) {
    .know__box {
        width: 60vw;
        height: 60vw;
        padding: 31vw 2vw;
        margin-top: 3em;
        margin-bottom: 1em;
    }

    .know__header {
        width: 60%;
    }

    iframe {
        width: 80vw;
        height: 40vw;
    }
}