.title {display: flex;justify-content: space-between;align-items: center;max-width: 700px;width: 100%;margin: 24px;margin-bottom: 0px;margin-top: 60px;}

.tI {display: flex;align-items: center;font-size: 2em;}

body {background: #0f0f0f;color: white;}

.info {font-size: 1.8em;margin: 24px;max-width: 700px;}

.centerInfo {display: flex;justify-content: center;}

div#centerTitle {display: flex;justify-content: center;width: 100vw;}

.screenshots {width: 100vw;justify-content: center;}

.screenshots img {margin-right: 7px;}

div#videoTitle {height: 400px;display: flex;justify-content: center;/* padding: 24px; *//* padding-top: 24px; */margin-left: -50px;margin-right: -50px;}

@media screen and (max-width: 1300px){
    .screenshots {width: calc(100% - 20px);filter: none;transform: none;overflow-x: scroll;margin-left: 10px;justify-content: normal;}
    
    .screenshots img {margin-right: 0;}
    }

@media screen and (max-width: 725px){
    div#videoTitle {margin: 0px;width: 100%;margin-top: 24px;}
    .title {flex-direction: column;align-items: flex-start;margin-top: 0px;}

.screenshots {width: calc(100% - 20px);filter: none;transform: none;overflow-x: scroll;margin-left: 10px;justify-content: normal;}

.screenshots img {margin-right: 0;}

.info {margin-left: 4px;margin-right: 4px;font-size: 1.6em;}
}