﻿#tile-cont {
    position: relative;
    width: 100%;
    height: 70%;
}
#tile {
    position: absolute;
    top: 4%;
    left: 2%;
    width: 96%;
    height: 92%;
    background-color: white;
}
#title {
    position: absolute;
    top: 1vw;
    left: 1vw;
    border-bottom: 2px solid #DC2D27;
    font-size: 130%;
    font-weight: bold;
    padding-bottom: 2px;
}
#left {
    position: absolute;
    top: 12%;
    left: 1vw;
    width: 35%;
    height: 76%;
    text-align: left;
    font-style: normal;
    font-size: 125%;
    line-height: 130%;
    overflow: auto;
}
    #left p {
        margin: 0px;
    }
    #left .razmak {
        height: 10%;
    }
    #left a {
        color: black;
        text-decoration: none;
    }
        #left a:hover {
            text-decoration: underline;
        }
#right {
    position: absolute;
    top: 5%;
    right: 0px;
    margin-right: 1vw;
    width: 50%;
    height: 90%;
}



@media (max-width: 1290px) and (min-height : 790px) and (max-height : 850px) and (orientation : landscape) {
    #title {
        font-size: 160%;
    }
    #left {
        font-size: 160%;
    }
}
@media (max-width: 1050px) and (orientation : landscape) {
    #title {
        font-size: 180%;
    }
    #left {
        font-size: 160%;
    }
}
@media (max-width: 1050px) and (orientation : portrait) {
    #tile-cont {
        font-size: 100%;
        position: relative;
        width: auto;
        height: auto;
        margin: 20px 2% 20px 2%;
        min-height: calc(75% - 40px);
        /*padding: 2%;*/
        background-color: white;
    }
    #tile {
        top: 10%;
        left: 2%;
        width: 96%;
        height: 80%;
    }
    #title {
        font-size: 120%;
    }
    #left {
        font-size: 120%;
    }
    #left .razmak {
        height: 8%;
    }
}