body {
    overflow-x: hidden;
}

#blog_id h2 {
    font-size: 13px;
}

#video {
    width: 100%;
    height: 380px;
}

#play-circle {
    position: absolute;
    z-index: 1;
    left: 44%;
    top: 30%;
}

#play_two_circle {
    position: absolute;
    z-index: 1;
    margin: 2rem 0 0 3.8rem;
}

#video-gorsel {
    width: 150px;
    height: 100px;
}

#video_baslik {
    margin: 1rem 0 0 0;
}

@media (max-width: 768px) {
    #video_baslik {
        margin: 1rem 0 0 1rem;
    }
    .blog-wrapper .col-md-7 {
        margin-bottom: 3rem;
    }
    #video-gorsel {
        width: 150px;
        height: 100px;
    }
    #gayrimenkul {
        margin: -4rem 0 0 0;
    }
    #mobile_video {
        margin: -3rem 0 0 0;
    }
    #video {
        width: 100%;
        height: 200px;
    }
    #play-circle {
        position: absolute;
        z-index: 1;
        left: 40%;
        top: 18%;
    }
}

.sidebar-menu-collapse {
    background: white;
}

@media (min-width: 768px) {
    .mobile-header {
        display: none;
    }
    #mobile-menu-offcanvas {
        display: none;
    }
}

.go-top {
    right: 1.5rem;
    bottom: 2rem;
    color: #fafafa;
    text-decoration: none;
    background: #DA3C00;
    padding: 5px;
    border: 1px solid #DA3C00;
    position: fixed;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    z-index: 99;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
}

.call-me {
    left: 1rem;
    bottom: 2rem;
    color: #fafafa;
    text-decoration: none;
    background: black;
    padding: 5px;
    border: 1px solid black;
    position: fixed;
    width: 150px;
    height: 40px;
    z-index: 99;
    border-radius: 20px;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    display: flex;
    justify-content: space-around;
}

.price {
    font-size: 12px;
}